Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
0 additions and
1 deletions
-
hc/accounts/management/commands/createsuperuser.py
|
|
@ -16,7 +16,6 @@ class Command(BaseCommand): |
|
|
|
raw = input("Email address:") |
|
|
|
form = AvailableEmailForm({"identity": raw}) |
|
|
|
if not form.is_valid(): |
|
|
|
print(dir(form)) |
|
|
|
self.stderr.write("Error: " + " ".join(form.errors["identity"])) |
|
|
|
continue |
|
|
|
|
|
|
|