diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-24 22:51:56 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-24 22:51:56 +0000 |
commit | 1e3a684c4bd914973163e42d6328ae3956fc710d (patch) | |
tree | b17cab5bf49a0ac178ec5fd26788ac5b1452c66c /core/views/user_registration.py | |
parent | a5bce1422635991559b4c49b869b100266238104 (diff) | |
download | troggle-1e3a684c4bd914973163e42d6328ae3956fc710d.tar.gz troggle-1e3a684c4bd914973163e42d6328ae3956fc710d.tar.bz2 troggle-1e3a684c4bd914973163e42d6328ae3956fc710d.zip |
bug typo
Diffstat (limited to 'core/views/user_registration.py')
-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/ ."
)
|