DS
Size: a a a
DS
MA
DS
DS
MA
DS
MA
DS
DS
M
Forbidden (CSRF token missing or incorrect.): /questions/delete_question
function deleteCouple() {
var q_id = document.getElementById('question_id').textContent
$.ajax({
url: "delete_question",
method: 'POST',
data: {text: q_id},
success: function() {
console.log('blablabla')
}
})
}
DT
Forbidden (CSRF token missing or incorrect.): /questions/delete_question
function deleteCouple() {
var q_id = document.getElementById('question_id').textContent
$.ajax({
url: "delete_question",
method: 'POST',
data: {text: q_id},
success: function() {
console.log('blablabla')
}
})
}
DT
csrfmiddlewaretoken: '{{ csrf_token }}'
MS
MS
MS
DT
MS
DT
MS