{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Registration

Please register with your (uppercase) Callsign as Usernames. For DN-Calls, -[0-9] is allowed (e.g. DN1ABC-2 for the second group).

Note: If you are a Ham/OM/YL please with your own callsign (e.g. DL7DOC). If you are a SWL, please use the DN-Call provided by your operator.

{% csrf_token %} {{ form|crispy }}
{% endblock %}