Highlight status in bold

This commit is contained in:
maartenvn 2020-07-27 17:58:46 +02:00
parent 8ee80429bf
commit 42defd8c1c

View file

@ -16,7 +16,7 @@
{% elif not my_registration %} {% elif not my_registration %}
<button type="submit">Ik wil komen</button> <button type="submit">Ik wil komen</button>
{% else %} {% else %}
<p>Mijn status: {{ my_registration.state_str }}</p> <p><strong>Mijn status: {{ my_registration.state_str }}</strong></p>
<button class="cancel" type="submit">Uitschrijven</button> <button class="cancel" type="submit">Uitschrijven</button>
{% endif %} {% endif %}