Small indentation fix.
This commit is contained in:
parent
7271ea2cd9
commit
8713ed587d
@ -17,7 +17,7 @@ class ExplorerCreationForm(UserCreationForm):
|
|||||||
voucher = forms.CharField(
|
voucher = forms.CharField(
|
||||||
max_length=30,
|
max_length=30,
|
||||||
help_text=_('The Voucher you got from an administrator')
|
help_text=_('The Voucher you got from an administrator')
|
||||||
)
|
)
|
||||||
|
|
||||||
def is_valid(self):
|
def is_valid(self):
|
||||||
super().is_valid()
|
super().is_valid()
|
||||||
|
Loading…
Reference in New Issue
Block a user