diff options
-rw-r--r-- | core/views/user_registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
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/ ."
)
|