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>
|
||||
<hr>
|
||||
|
||||
<div class="message is-warning">
|
||||
<div class="message is-primary">
|
||||
<p class="message-body">
|
||||
{{ vote_rule|safe }}
|
||||
<b><i>{{ vote_rule|safe }}</i></b>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="message is-danger">
|
||||
<p class="message-body">
|
||||
{% for error in formset.non_form_errors %}
|
||||
{{ error }}
|
||||
{{ error }}<br>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue