From a1e74a32c2c44e5c1265d2ff2543e617a4cef3d1 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 26 Feb 2018 22:51:43 +0100 Subject: [PATCH] readd the order url somehow this got lost --- django/didgeridoo/webshop/templates/webshop/checkout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/didgeridoo/webshop/templates/webshop/checkout.html b/django/didgeridoo/webshop/templates/webshop/checkout.html index 2847e82..67849ba 100644 --- a/django/didgeridoo/webshop/templates/webshop/checkout.html +++ b/django/didgeridoo/webshop/templates/webshop/checkout.html @@ -60,7 +60,7 @@ -
+ {% csrf_token %} {{ checkout_form.as_p }}