diff --git a/django_lostplaces/lostplaces/forms.py b/django_lostplaces/lostplaces/forms.py index bc0b463..b7063ae 100644 --- a/django_lostplaces/lostplaces/forms.py +++ b/django_lostplaces/lostplaces/forms.py @@ -17,7 +17,7 @@ class ExplorerCreationForm(UserCreationForm): voucher = forms.CharField( max_length=30, help_text=_('The Voucher you got from an administrator') - ) + ) def is_valid(self): super().is_valid()