diff --git a/templates/base.html b/templates/base.html index 0b43d4f..e95e765 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,9 +76,9 @@
{% if messages %}
-
+
{% for message in messages %} -
{{ message }}
+ {% endfor %}
diff --git a/templates/contest/index.html b/templates/contest/index.html index c43e084..7b473bd 100644 --- a/templates/contest/index.html +++ b/templates/contest/index.html @@ -11,12 +11,8 @@

Hey {{ user }}, your exchange has been registered as {{ user.ref }}. - You are all set for the contest! + You are all set for the contest! So go ahead and log some QSOs!

-

- You got yourself a ref registered. Very nice. Now you are ready to go! So go ahead and log some QSOs! -

-