From d805f6c1cdb776887abc21a7beb51f9671dd0b8f Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Tue, 31 Oct 2023 21:57:31 +0100 Subject: [PATCH] [BUGFIX] stat wording and search string --- templates/includes/forms/log.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index f274cbc..627dea9 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -156,7 +156,7 @@ {% endmacro show %} {% macro show_old(log, state, allowed_to_close=false, only_ones, index) %} -
+
{% if log.logtype %}
{% if log.logtype == 1 %} @@ -197,7 +197,7 @@
{% if amount_guests > 0 or log.rowers | length > 0 %}
- Mitruderer: + Ruderer: {% for rower in log.rowers %} {{ rower.name }}{% if not loop.last or amount_guests > 0 %}, {% endif %} {% endfor %}