mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Fixed bug: "The view YtManagerApp.views.first_time.Step1ApiKeyView didn't return an HttpResponse object"
This commit is contained in:
parent
18f2557cb9
commit
80cf94d694
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user