From c9cff07432bc9a8b11899b99611b31abebf433c2 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Tue, 28 Jan 2020 11:23:22 +0100 Subject: [PATCH] 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. --- templates/registration/register.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/registration/register.html b/templates/registration/register.html index 61bc09c..a0c18a5 100644 --- a/templates/registration/register.html +++ b/templates/registration/register.html @@ -10,8 +10,11 @@

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).

+

+ 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 }}