Highlight no data provided
This commit is contained in:
parent
d49df3debf
commit
d5379ae0b7
2 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
{% if not user.is_authenticated %}
|
{% if not user.is_authenticated %}
|
||||||
<p>Je moet inloggen voor je je kan inschrijven.</p>
|
<p>Je moet inloggen voor je je kan inschrijven.</p>
|
||||||
{% elif not user.has_ugent_info %}
|
{% 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 %}
|
{% elif not my_registration %}
|
||||||
<p><input type="submit" value="Ik wil komen"></p>
|
<p><input type="submit" value="Ik wil komen"></p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -192,3 +192,7 @@ footer {
|
||||||
footer a {
|
footer a {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text--important {
|
||||||
|
color: #e74c3c;
|
||||||
|
}
|
Loading…
Reference in a new issue