From 7bd863ddf1b7b867b01a528ab666a389dfaca46c Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sat, 3 May 2025 17:44:27 +0200 Subject: [PATCH] [TASK] add schnupper to scheckbuch button --- templates/admin/user/view.html.tera | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/admin/user/view.html.tera b/templates/admin/user/view.html.tera index 0184529..17d6171 100644 --- a/templates/admin/user/view.html.tera +++ b/templates/admin/user/view.html.tera @@ -151,6 +151,7 @@ {% endif %} {% elif "Scheckbuch" in member %} + {% if allowed_to_edit %}
{% for log in logbook %} @@ -158,8 +159,18 @@ {% endfor %}
+ {% endif %} + {% elif "Schnupperant" in member %} + {% if allowed_to_edit %} +
+ In Scheckbuch umwandeln +
+ {% endif %} {% endif %} + {% if "Scheckbuch" in member or "Schnupperant" in member %} + {% if allowed_to_edit %}
+ {% endif %} {% endif %}