Skip to content

Commit

Permalink
#1333 questions with options required
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jun 4, 2024
1 parent eafbd29 commit 5a6d3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscribie/themes/theme-jesmond/jesmond/set_questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="body">{{ _('The') }} <span class="body-lg">{{ plan.title }}</span> {{
<label for="{{ plan_question_assoc.question.id }}">{{ plan_question_assoc.question.title }}</label>
{% if plan_question_assoc.question.options %}
<select name="question-{{ plan_question_assoc.question.id }}" class="form-control" required>
<option>Select</option>
<option selected disabled value="">Select</option>
{% for option in plan_question_assoc.question.options %}
<option value="{{ option.id }}">{{ option.title }}</option>
{% endfor %}
Expand Down

0 comments on commit 5a6d3b6

Please sign in to comment.