From d42f0f22483a6eaea0470711bff25138f66a7413 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 21 Nov 2021 20:45:09 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 655d7abe..7192cad6 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -636,7 +636,7 @@ $.ajax({ url: "{% url 'rapids:rapid_question_by_hash' %}", data: { - csrfmiddlewaretoken: csrf, + csrfmiddlewaretoken: '{% csrf_token %}', hash: hash }, type: "POST",