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

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