On rajoute une abbréviation optionnelle pour les options

This commit is contained in:
Tom Hubrecht 2021-04-17 02:00:34 +02:00
parent 875b80b2a6
commit 15f160a0e6
5 changed files with 42 additions and 7 deletions

View file

@ -179,7 +179,7 @@
<div class="panel-heading is-size-6">
<div class="level">
<div class="level-left is-flex-shrink-1">
<span>{{ q.text }}</span>
<span>{{ q }}</span>
</div>
{% if q in cast_questions %}
@ -211,7 +211,7 @@
</span>
{% endif %}
<span class="ml-2">{{ o.text }}</span>
<span class="ml-2">{{ o }}</span>
</div>
{% endfor %}

View file

@ -163,7 +163,7 @@
<div class="level">
<div class="level-left is-flex-shrink-1">
<div class="level-item is-flex-shrink-1">
<span>{{ q.text }}</span>
<span>{{ q }}</span>
</div>
{% if election.start_date > current_time %}
@ -232,7 +232,7 @@
{% endif %}
</span>
<span class="ml-2">{{ o.text }}</span>
<span class="ml-2">{{ o }}</span>
</div>
{% endfor %}