.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user