Skip to content
Snippets Groups Projects
Commit c759f759 authored by ld507's avatar ld507
Browse files

Fix: needed to pass a parameter to have a placeholder

parent 491698f5
No related branches found
No related tags found
1 merge request!10Feat: Changes for showing full names in the ranking of projects, instead of...
...@@ -61,7 +61,7 @@ def create_project(): ...@@ -61,7 +61,7 @@ def create_project():
if project.on_behalf: if project.on_behalf:
shortlist_proposer(project) shortlist_proposer(project)
return redirect(url_for("staff.projects")) 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") @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