disable csrf and fix bugs

This commit is contained in:
2024-06-21 11:36:47 +02:00
parent c600c43d79
commit 69220b836a
3 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ step={{question["step"]}}
{% endif %}
<form class="formlayout" id="question_form" action="http://localhost:5000/send_json" method="post">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
{% for question in questions %}
{% if (questions[question]["type"] == "likert") %}
<div class="likercontainer">