Clarify choice of username at registration, again

Apparently it was still unclear to people what call they should use on
registration. Added extra message to explain this further.
This commit is contained in:
Sebastian Lohff 2020-01-28 11:23:22 +01:00
parent 75dd3ee413
commit 3fa752a354
1 changed files with 4 additions and 1 deletions

View File

@ -10,8 +10,11 @@
<div class="panel-body">
<p>
Please register with your (uppercase) Callsign as Usernames.
For DN-Calls, -[0-9] is allowed.
For DN-Calls, -[0-9] is allowed (e.g. DN1ABC-2 for the second group).
</p>
<p>
Note: If you are a <strong>Ham/OM/YL</strong> please with your <strong>own</strong> callsign (e.g. DL7DOC). If you are a <strong>SWL</strong>, please use the <strong>DN-Call provided</strong> by your operator.
</p>
<form method="POST" action="{% url 'register' %}">
{% csrf_token %}
{{ form|crispy }}