From 12d5356455e72630c9220c77cd4ce202334088ea Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 22 Dec 2023 02:29:06 +0100 Subject: [PATCH] Add the link to the reservation conditions to the booking form This text must be created in the administration interface, but whatever. --- web/templates/public/booking.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/public/booking.gohtml b/web/templates/public/booking.gohtml index ddfc469..4a8b729 100644 --- a/web/templates/public/booking.gohtml +++ b/web/templates/public/booking.gohtml @@ -147,7 +147,7 @@
+ > {{ printf ( pgettext "I have read and I accept the reservation conditions" "input" ) (print "/" currentLocale "/legal/reservation") | raw }}
{{ template "error-message" . }} {{- end }}