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