Remove notification showing the id of the project after creation (#944)

This commit is contained in:
Glandos 2021-11-25 14:30:17 +01:00 committed by GitHub
parent acb2799575
commit e929181128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)