Tweaks
This commit is contained in:
parent
d2161a70d7
commit
c374525a0b
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@
|
||||||
<h3 class="subtitle">{% trans "Vote pour la question :" %} {{ question.text }} ({{ q_index }}/{{ q_total }})</h3>
|
<h3 class="subtitle">{% trans "Vote pour la question :" %} {{ question.text }} ({{ q_index }}/{{ q_total }})</h3>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<div class="message is-warning">
|
<div class="message is-primary">
|
||||||
<p class="message-body">
|
<p class="message-body">
|
||||||
{{ vote_rule|safe }}
|
<b><i>{{ vote_rule|safe }}</i></b>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="message is-danger">
|
<div class="message is-danger">
|
||||||
<p class="message-body">
|
<p class="message-body">
|
||||||
{% for error in formset.non_form_errors %}
|
{% for error in formset.non_form_errors %}
|
||||||
{{ error }}
|
{{ error }}<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue