Save and continue from get started books view

This commit is contained in:
Mouse Reeve
2021-04-01 09:02:48 -07:00
parent e2388d8f67
commit ed127f4e07
4 changed files with 72 additions and 8 deletions

View File

@ -167,6 +167,7 @@ class EditUser(View):
return redirect(user.local_path)
def save_user_form(form):
""" special handling for the user form """
user = form.save(commit=False)