Small indentation fix.

This commit is contained in:
Marcus Scholz 2020-10-11 07:13:16 +02:00
parent 7271ea2cd9
commit 8713ed587d

View File

@ -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()