From 3e57ee3325dd23b5800b292fb32de87e2e9c01c4 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 16:07:43 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 8fd44875..75deb91a 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -148,7 +148,7 @@ $.ajax({ url: "{% url 'answer_suggestion_confirm' %}", data: { - csrfmiddlewaretoken: "{{ csrf_token }}", + //csrfmiddlewaretoken: "{{ csrf_token }}", //active: this.checked // true if checked else false question_type: "rapid", aid: el.dataset.aid,