diff --git a/events/templates/events/registrations.html b/events/templates/events/registrations.html index 6b2f599..38a6bc4 100644 --- a/events/templates/events/registrations.html +++ b/events/templates/events/registrations.html @@ -18,6 +18,6 @@ {% else %}

Mijn status: {{ my_registration.state_str }}

- + {% endif %} diff --git a/static/main.css b/static/main.css index 6f66815..0eec155 100644 --- a/static/main.css +++ b/static/main.css @@ -82,6 +82,15 @@ h1 a:hover, h1 a:focus, h1 a:active { color: #e74c3c; } +button.cancel { + background-color: #e74c3c; + color: white; +} + +button:focus.cancel { + background-color: #c0392b; +} + /*change the layout of the navigation bar for all the screens that have a width less or equal than 500px*/