mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
Fix csrf-tokens
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{% block body %}
|
||||
{{ question.question }}<br/>
|
||||
<form method="post">
|
||||
<input type="hidden" name="token" value="{{ csrf_token('question') }}">
|
||||
{% for answer in question.answers %}
|
||||
<div>
|
||||
<button class="btn btn-outline-success"
|
||||
|
||||
Reference in New Issue
Block a user