From 39643fbc3f5bbdbff6f3db59bf849ce9837c34f0 Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 2 May 2025 17:50:48 +0200 Subject: [PATCH] small change --- the_works/views/text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/the_works/views/text.py b/the_works/views/text.py index 370d2e8..958b57d 100644 --- a/the_works/views/text.py +++ b/the_works/views/text.py @@ -65,7 +65,6 @@ def update(id): flash("Eintrag erfolgreich geƤndert") return redirect(url_for("text.all")) - @bp.route("/text/delete/") def delete(id): text = db.session.get(Text, id)