Highlight status in bold
This commit is contained in:
parent
8ee80429bf
commit
42defd8c1c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{% elif not my_registration %}
|
||||
<button type="submit">Ik wil komen</button>
|
||||
{% 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>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue