From 8713ed587d4e2eacf4db832ed056a1d7d46d8b10 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 11 Oct 2020 07:13:16 +0200 Subject: [PATCH] Small indentation fix. --- django_lostplaces/lostplaces/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()