mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Remove notification showing the id of the project after creation (#944)
This commit is contained in:
parent
acb2799575
commit
e929181128
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ def create_project():
|
|||
),
|
||||
category="info",
|
||||
)
|
||||
# redirect the user to the next step (invite)
|
||||
flash(_("The project identifier is %(project)s", project=project.id))
|
||||
return redirect(url_for(".list_bills", project_id=project.id))
|
||||
|
||||
return render_template("create_project.html", form=form)
|
||||
|
|
Loading…
Reference in a new issue