Skip to content

Commit

Permalink
Use kwargs for render_modal_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jams2 committed Oct 17, 2023
1 parent 17dfbb3 commit 7fb12c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wagtail_content_import/admin_views.py
Expand Up @@ -4,8 +4,8 @@
def confirm_dialog(request):
return render_modal_workflow(
request,
'wagtail_content_import/confirm_dialog.html',
None,
{},
html_template='wagtail_content_import/confirm_dialog.html',
js_template=None,
template_vars={},
json_data={'step': 'dialog'}
)

0 comments on commit 7fb12c1

Please sign in to comment.