Highlight no data provided

This commit is contained in:
maartenvn 2020-07-27 17:44:16 +02:00
parent d49df3debf
commit d5379ae0b7
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
{% if not user.is_authenticated %}
<p>Je moet inloggen voor je je kan inschrijven.</p>
{% elif not user.has_ugent_info %}
<p>Je moet je studentennummer en echte naam invullen in je profiel voor je je kan inschrijven.</p>
<p class="text--important">Je moet je studentennummer en echte naam invullen in je profiel voor je je kan inschrijven.</p>
{% elif not my_registration %}
<p><input type="submit" value="Ik wil komen"></p>
{% else %}

View file

@ -192,3 +192,7 @@ footer {
footer a {
color: #888888;
}
.text--important {
color: #e74c3c;
}