add empty cart button #161

add failing test for variation item with voucher
This commit is contained in:
FlaviaBastos
2016-11-21 15:31:09 -07:00
committed by Raphael Michel
parent a0ce81a538
commit bf7db945b0
4 changed files with 28 additions and 33 deletions

View File

@@ -26,7 +26,7 @@
</em>
<div class="row checkout-button-row">
<div class="col-md-4 col-xs-12">
<form method="post" data-asynctask action="{% eventurl request.event "presale:event.cart.remove.all" %}" >
<form method="post" data-asynctask action="{% eventurl request.event "presale:event.cart.remove" %}" >
{% csrf_token %}
{% for line in cart.positions %}
{% if line.variation %}