mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 08:43:10 +00:00
fix kwarg spacing
This commit is contained in:
parent
004b90d9cf
commit
e6008ccaee
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def create(request, content_type_app_name, content_type_model_name, parent_page_
|
|||
# return redirect('wagtailadmin_pages_select_type')
|
||||
|
||||
page = page_class(owner=request.user)
|
||||
signals.init_new_page.send(sender=create,page=page,parent=parent_page)
|
||||
signals.init_new_page.send(sender=create, page=page, parent=parent_page)
|
||||
edit_handler_class = get_page_edit_handler(page_class)
|
||||
form_class = edit_handler_class.get_form_class(page_class)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue