readd the order url

somehow this got lost
This commit is contained in:
Andreas Zweili 2018-02-26 22:51:43 +01:00
parent 91d6b2b4d4
commit a1e74a32c2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</td>
</tr>
</table>
<form id="checkout_form" method="post">
<form id="checkout_form" action="{% url 'order' %}" method="post">
{% csrf_token %}
{{ checkout_form.as_p }}
<input type="submit" value="Order" class="btn btn-success" role="button"/>