CSRF removed, double video now working with everything

This commit is contained in:
2024-06-24 13:30:51 +02:00
parent 69220b836a
commit c9c3bfce12
7 changed files with 56 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ step={{question["step"]}}
{% if (questions[question]["type"] == "likert") %}
<div class="likercontainer">
<h3>{{ questions[question]['text']}}</h3>
<div class="likert">
<div class="likert" style="--likert-rows: {{ questions[question]['points']|length() }}">
{% for point in questions[question]["points"] %}
<label>
<input name="{{ questions[question]['name']}}" type="radio"