From 0ce809fdc265e62d6293024481b0be8b2ed05be6 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 21 Jan 2017 04:22:17 +0100 Subject: [PATCH] More login index enhancements --- templates/base.html | 4 ++-- templates/contest/index.html | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) 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! -

-