From 6e35785536710bb7044cbaee2b2838529eb1cfcd Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 28 Jan 2025 13:50:09 +0100 Subject: [PATCH] Add prev/next links to Booking edit views. --- templates/_macros.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/_macros.tmpl b/templates/_macros.tmpl index 55243af..acf74d9 100644 --- a/templates/_macros.tmpl +++ b/templates/_macros.tmpl @@ -77,6 +77,8 @@ function taint() { switch to {{target}} balance after +prev +next
{% endmacro %} -- 2.30.2