diff --git a/templates/contest/index.html b/templates/contest/index.html index d205b92..c43e084 100644 --- a/templates/contest/index.html +++ b/templates/contest/index.html @@ -6,22 +6,38 @@ {# user has a reference, we can start logging QSOs! #}
-

- Welcome to {{ contest }}! -

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

+
+
Ready for the contest!
+
+

+ Hey {{ user }}, your exchange has been registered as {{ user.ref }}. + You are all set for the contest! +

+

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

+ +
+
{% else %}
-

- Hey you, {{ user }}, you don't have a ref! - You should get your ref registered! - Get yourself registered with your callsign and your current location by calling out to DK0TU - on {{ contest.callQrg }}. -

+
+
You don't have an exchange
+
+

+ Hey you, {{ user }}, you don't have an Exchange! + Get yourself registered with the contest orga on {{ contest.callQrg }}. Once you have registered with your + callsign and your current location, it will appear on this website (after refreshing) and you will be + all set for logging QSOs! +

+

+ Get yourself registered on {{ contest.callQrg }}! +

+
+
{% endif %} @@ -29,7 +45,14 @@ {% if user.is_staff %}
-

Hey, you are staff. Do you want to register people?

+
+
You are staff!
+
+

+

Hey, you are staff. Do you want to start registering people?

+

+
+
{% endif %}