From d5379ae0b7b85c12e0dfa9c0d297f6ec6cf631a3 Mon Sep 17 00:00:00 2001 From: maartenvn Date: Mon, 27 Jul 2020 17:44:16 +0200 Subject: [PATCH] Highlight no data provided --- events/templates/events/registrations.html | 2 +- static/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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