Merge pull request #67 from chibicitiberiu/status-on-ui

Fixed bug in wizard step1 where it returned None instead of a valid response
This commit is contained in:
chibicitiberiu 2019-03-31 23:17:07 +03:00 committed by GitHub
commit 98a57cfc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ class Step1ApiKeyView(WizardStepMixin, FormView):
if key is not None and len(key) > 0:
appconfig.youtube_api_key = key
return super().form_valid(form)
#
# Step 2: create admin user