Small indentation fix.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user