small change

This commit is contained in:
eclipse 2025-05-02 17:50:48 +02:00
parent 6c07f6653a
commit 39643fbc3f

View File

@ -65,7 +65,6 @@ def update(id):
flash("Eintrag erfolgreich geändert")
return redirect(url_for("text.all"))
@bp.route("/text/delete/<int:id>")
def delete(id):
text = db.session.get(Text, id)