From 500b79e67a63d81a1997c0c9d96e904a5c583d88 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 20 Jan 2020 22:13:06 +0100 Subject: [PATCH] Disable DN/Rig fields on registration for DN calls When a user enters a call beginning with DN on the registration page we now disable the DN-call and rig question fields, so we don't confuse our SWLs. --- templates/registration/register.html | 30 +++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/templates/registration/register.html b/templates/registration/register.html index 6fedb8a..ee3cf6d 100644 --- a/templates/registration/register.html +++ b/templates/registration/register.html @@ -21,5 +21,33 @@ -{% endblock %} + +{% endblock %}