{% extends "base.html" %} {% load crispy_forms_tags %} {% load humanize %} {% block content %}
{% if current_contest %}

Hello and welcome to the {{ current_contest.contestNo | ordinal }} DK0TU CQ TU contest, the {{ current_contest.name }}!

{% else %}

ERROR: No contest set in admin area! If you're an admin go create one.

{% endif %}

Participate!

What next? Here are some ideas:

  • Need an account and already got a call? Register here!
  • Already have an account? Login on the right.

Login

Login with callsign (uppercase) and password.

{% csrf_token %} {{ loginForm|crispy }}
{% endblock %}