Skip to content
Snippets Groups Projects
Commit c5071345 authored by Andrea Callia D'Iddio's avatar Andrea Callia D'Iddio
Browse files

Fix unspotted bug about a missing person object when using the project-form template.

parent 152e8276
No related branches found
No related tags found
No related merge requests found
Pipeline #318842 passed
......@@ -61,7 +61,7 @@ def create_project():
if project.on_behalf:
shortlist_proposer(project)
return redirect(url_for("staff.projects"))
return render_template("pages/project-form.html", form=form)
return render_template("pages/project-form.html", form=form, person=Person())
@bp.route("/projects/<project_id>/delete")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment