mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
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:
commit
98a57cfc3e
@ -75,6 +75,8 @@ class Step1ApiKeyView(WizardStepMixin, FormView):
|
|||||||
if key is not None and len(key) > 0:
|
if key is not None and len(key) > 0:
|
||||||
appconfig.youtube_api_key = key
|
appconfig.youtube_api_key = key
|
||||||
|
|
||||||
|
return super().form_valid(form)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Step 2: create admin user
|
# Step 2: create admin user
|
||||||
|
Loading…
Reference in New Issue
Block a user