CSRF removed, double video now working with everything
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user