From 74d123057614930256ef6a3734888d1fc88d7a3f Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 21 Nov 2021 20:47:16 +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 7192cad6..b1a03060 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_token %}', + csrfmiddlewaretoken: '{{ csrf_token }}', hash: hash }, type: "POST",