diff --git a/django/didgeridoo/webshop/templates/webshop/checkout.html b/django/didgeridoo/webshop/templates/webshop/checkout.html index ad9c9ff..f8e32b3 100644 --- a/django/didgeridoo/webshop/templates/webshop/checkout.html +++ b/django/didgeridoo/webshop/templates/webshop/checkout.html @@ -60,6 +60,11 @@ +
+ {% csrf_token %} + +
+
{% csrf_token %} {{ checkout_form.as_p }}