Save and continue from get started books view
This commit is contained in:
parent
e2388d8f67
commit
ed127f4e07
4 changed files with 72 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue