diff --git a/templates/contest/overview.html b/templates/contest/overview.html index 3970491..51c03c4 100644 --- a/templates/contest/overview.html +++ b/templates/contest/overview.html @@ -5,8 +5,8 @@
+

The Contest

-
The Contest

Welcome to {{ contest.name }}!

@@ -20,29 +20,29 @@

+

QRGs

-
QRGs
-

The following frequencies may be used in this contest

- - - - - - - - - - - {% for qrg in qrgs %} - - - - - - - {% endfor %} - -
ChannelBandQRGNote
{{ qrg.channel }}{{ qrg.band }}{{ qrg.qrg }}{{ qrg.note }}
+

The following frequencies may be used in this contest

+ + + + + + + + + + + {% for qrg in qrgs %} + + + + + + + {% endfor %} + +
ChannelBandQRGNote
{{ qrg.channel }}{{ qrg.band }}{{ qrg.qrg }}{{ qrg.note }}
diff --git a/templates/index.html b/templates/index.html index 5bce5e0..c2b61e7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,38 +5,57 @@ {% block content %}
-
+

Hello and welcome to the 2nd DK0TU CQ TU contest, the CQ TU 2107!

-

- What next? Here are some ideas: -

-

-

    -
  • If you want to review the contest rules, take a look at the contest overview page
  • -
  • Need an account and already got a call? Register here!
  • -
  • Already have an account? Login on the right.
  • -
-

+
+
+ +
+
+
+

Participate

+
+

+ What next? Here are some ideas: +

+

+

    +
  • If you want to review the contest rules, take a look at the contest overview page
  • +
  • Need an account and already got a call? Register here!
  • +
  • Already have an account? Login on the right.
  • +
+

+

+ Und nun noch ein Wort von unserem Sponsor: +

+ Serverbasierte Loesung finde ich nach eingem Ueberlegen doof. +
DL7BST
+
+

+
+
- Login with callsign (uppercase) and password. -
- {% csrf_token %} - {{ loginForm|crispy }} -
- +
+

Login

+
+

+ Login with callsign (uppercase) and password. +

+ + {% csrf_token %} + {{ loginForm|crispy }} +
+ +
+
- +
- Und nun noch ein Wort von unserem Sponsor: -
- Serverbasierte Loesung finde ich nach eingem Ueberlegen doof. -
DL7BST
-
{% endblock %} diff --git a/templates/registration/login.html b/templates/registration/login.html index 79ccca5..d41f95c 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -3,23 +3,27 @@ {% load crispy_forms_tags %} {% block content %} -

Welcome!

-

Please login

-

- Don't have an account? Register here! -

-

- Trouble logging in? Remember that your call is all upper-case. -

+ +
+
Login
+
+

+ Don't have an account? Register here! +

+

+ Trouble logging in? Remember that your call is all upper-case. +

-
- {% csrf_token %} - {{ form|crispy }} + + {% csrf_token %} + {{ form|crispy }} - -
+ + +
+