diff --git a/events/templates/events/registrations.html b/events/templates/events/registrations.html index a6a2e95..b2ac596 100644 --- a/events/templates/events/registrations.html +++ b/events/templates/events/registrations.html @@ -12,7 +12,7 @@ {% if not user.is_authenticated %}

Je moet inloggen voor je je kan inschrijven.

{% elif not user.has_ugent_info %} -

Je moet je studentennummer en echte naam invullen in je profiel voor je je kan inschrijven.

+

Je moet je studentennummer en echte naam invullen in je profiel voor je je kan inschrijven.

{% elif not my_registration %}

{% else %} diff --git a/static/main.css b/static/main.css index 35994e9..15736f8 100644 --- a/static/main.css +++ b/static/main.css @@ -192,3 +192,7 @@ footer { footer a { color: #888888; } + +.text--important { + color: #e74c3c; +} \ No newline at end of file