From 7b7f8fb191ae6a2c4587f3af420483dc35c59d0c Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 24 Dec 2019 17:57:14 +0530 Subject: [PATCH] Set the calculator's post action url explicitly --- .../templates/datacenterlight/includes/_calculator_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/includes/_calculator_form.html b/datacenterlight/templates/datacenterlight/includes/_calculator_form.html index f9896f17..f64a9500 100644 --- a/datacenterlight/templates/datacenterlight/includes/_calculator_form.html +++ b/datacenterlight/templates/datacenterlight/includes/_calculator_form.html @@ -14,7 +14,7 @@ {% endif %} -
+ {% csrf_token %}
@@ -102,4 +102,4 @@
-
+ \ No newline at end of file