This commit is contained in:
Ross
2021-11-21 20:47:16 +00:00
parent d42f0f2248
commit 74d1230576
+1 -1
View File
@@ -636,7 +636,7 @@
$.ajax({
url: "{% url 'rapids:rapid_question_by_hash' %}",
data: {
csrfmiddlewaretoken: '{% csrf_token %}',
csrfmiddlewaretoken: '{{ csrf_token }}',
hash: hash
},
type: "POST",