Refs #118 -- Asynchronous cart position removal

This commit is contained in:
Raphael Michel
2016-01-13 11:51:25 +01:00
parent dc0852f54f
commit 55a501cb93
3 changed files with 48 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
<div class="col-md-2 col-xs-6 count">
{% if editable %}
<form action="{% eventurl event "presale:event.cart.remove" %}"
method="post">
method="post" data-asynctask>
{% csrf_token %}
{% if line.variation %}
<input type="hidden" name="variation_{{ line.item.id }}_{{ line.variation.id }}"