From 1e3a684c4bd914973163e42d6328ae3956fc710d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 24 Jan 2025 22:51:56 +0000 Subject: [PATCH] bug typo --- core/views/user_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/user_registration.py b/core/views/user_registration.py index c0b3235..27f6046 100644 --- a/core/views/user_registration.py +++ b/core/views/user_registration.py @@ -212,7 +212,7 @@ class newregister_form(forms.Form): # not a model-form, just a form-form if len(people) != 0: raise ValidationError( "Duplicate name. There is already a username correspondng to this Forename Surname. " + - "If you have been on expo before, you need to use the other form at expo.survex.com/accounts/register/ ." + + "If you have been on expo before, you need to use the other form at expo.survex.com/accounts/register/ ." )