We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff773b4 commit aecc5cbCopy full SHA for aecc5cb
helios/templates/election_poll_questions.html
@@ -24,7 +24,7 @@
24
{% endif %}
25
26
{% for q in poll.questions_data %}
27
- <h5>{{ q.question|linebreaksbr }}
+ <h5>{% if module.override_question_title %}{{ module.override_question_title }}{% else %}{{ q.question|linebreaksbr }}{% endif %}
28
{% if q.question_subtitle %}<br /><br />({{ q.question_subtitle }})<br />{% endif %}</h5>
29
{% if q.min_answers %}
30
{% trans "Min answers" %} : {{q.min_answers}}<br>
0 commit comments