From 957c4743892440f78d32ed4586689caddfd024f6 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 10 Jun 2024 19:07:05 +0200 Subject: [PATCH] add delete trip button in edit window; Fixes #449 --- templates/includes/forms/log.html.tera | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index 9bd1c57..65e2000 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -242,7 +242,7 @@ {% endmacro show_old %} - {% macro home(log) %} + {% macro home(log, allowed_to_close=false) %}
@@ -279,4 +279,8 @@
+ Löschen {% endmacro home %}