From 1cf183cca2e466c17a41ecf41c73a06b0d6d4a2d Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Thu, 26 Jan 2017 20:38:22 +0100 Subject: [PATCH] Rogue regex description removed --- TODO | 3 +-- templates/registration/register.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 96ccd05..ee30a0d 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,6 @@ - register users still has "reference" labels, make form better - contest log add deadline - cbr parser zum hochladen - - "Please register with your (uppercase) Callsign as Usernames. For DN-Calls, /[A-Z] is allowed." gibt es wohl noch wo (Partially) Done - bootstrap muss gelernt sein (sieht aber noch an vielen stellen crappy aus) @@ -12,7 +11,6 @@ - qsologform soll ähnlich zum papier log sein - NR-S, UTC, 2m/70cm, call, rst-s, rst-r, nr-r, exc, dupe - bastla hat das layout der rufzeichen geändert. jetzt darf ich das nochmal neu machen mit den regexes DN1FTW-1/p soll auch im log gehen, DN1FTW-1 ist dann z.B. ein SWL call - - die blöden linkss oben sollten noch anzeigen wo man ist in der navbar - forms müssen crispy! oderso. sollen schöner - call dupe check mit tastypie based on call+band @@ -24,6 +22,7 @@ - bastla will anderen regex - align log button with log - contest teilnahme klassen + - "Please register with your (uppercase) Callsign as Usernames. For DN-Calls, /[A-Z] is allowed." gibt es wohl noch wo Glaube nich, dass ich das mache - call dupe validation könnte ins model wandern diff --git a/templates/registration/register.html b/templates/registration/register.html index 79294c6..6fedb8a 100644 --- a/templates/registration/register.html +++ b/templates/registration/register.html @@ -10,7 +10,7 @@

Please register with your (uppercase) Callsign as Usernames. - For DN-Calls, /[A-Z] is allowed. + For DN-Calls, -[0-9] is allowed.

{% csrf_token %}