New app step 2 template rendering: specify kwargs
This commit is contained in:
parent
c803438e94
commit
f57ee99328
@ -130,7 +130,10 @@ def update_new_application_step_2(application_id):
|
||||
else:
|
||||
return (
|
||||
render_new_application_form(
|
||||
"applications/new/step_2.html", EnvironmentsForm, application_id, form
|
||||
"applications/new/step_2.html",
|
||||
EnvironmentsForm,
|
||||
application_id=application_id,
|
||||
form=form,
|
||||
),
|
||||
400,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user