From b7e3c882d8cae2160c772390457357c035f2991f Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Tue, 17 Sep 2024 13:06:39 +0200 Subject: [PATCH] [TASK] change schnupper ui and hopefully improve it --- templates/admin/schnupper/index.html.tera | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/templates/admin/schnupper/index.html.tera b/templates/admin/schnupper/index.html.tera index 9821a5a..1b17856 100644 --- a/templates/admin/schnupper/index.html.tera +++ b/templates/admin/schnupper/index.html.tera @@ -8,17 +8,20 @@ role="alert">

Angemeldete Personen: {{ schnupperanten | length }}

-
    +
      {% for user in schnupperanten %} -
    1. - {{ user.name }} ({{ user.mail }} - {%- if user.notes %} | {{ user.notes }} - {% endif -%} - ) - Zu Scheckbuch umwandeln +
    2. + + +  {{ user.name }} ({{ user.mail }} + {%- if user.notes %} | {{ user.notes }} + {% endif -%} + ) + + Zu Scheckbuch umwandeln +
    3. {% endfor %}