From fafb356b06831d861a72129ca53ad146127be105 Mon Sep 17 00:00:00 2001 From: shivam kohli Date: Sat, 13 Apr 2019 14:50:07 +0530 Subject: product page error --- templates/inventory/product.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/inventory/product.html b/templates/inventory/product.html index bd2306b..d86623a 100644 --- a/templates/inventory/product.html +++ b/templates/inventory/product.html @@ -71,10 +71,13 @@ with the Taler Codeless Merchant. If not, see . -
- {% csrf_token %} - - -
+ {% if digital == 'False' %} +
+ {% csrf_token %} + + +
+
+ {% endif %} {% endblock content %} \ No newline at end of file -- cgit v1.2.3