diff --git a/templates/admin/schnupper/index.html.tera b/templates/admin/schnupper/index.html.tera index 8611c34..b1fece6 100644 --- a/templates/admin/schnupper/index.html.tera +++ b/templates/admin/schnupper/index.html.tera @@ -11,28 +11,27 @@
  • -  {{ user.name }} ({{ user.mail }} - {%- if user.notes %} | {{ user.notes }} - {% endif -%} - ) +  {{ user.name }} ({{ user.mail }} + {%- if user.notes %} | {{ user.notes }} + {% endif -%} + ) Zu Scheckbuch umwandeln + href="/admin/user/move/schnupperant/{{ user.id }}/to/scheckbuch" + onclick="return confirm('Willst du wirklich ein Scheckbuch erstellen? Die Person erhält ein Mail mit allen Infos.')">Zu Scheckbuch umwandeln
  • {% endfor %} -
    -

    Legende

    -
    - Bezahlt - Juhuuu! -
    -
    - Noch nicht bezahlt -
    +

    Legende

    +
    + Bezahlt - Juhuuu! +
    +
    + Noch nicht bezahlt +
    diff --git a/templates/admin/user/fees.html.tera b/templates/admin/user/fees.html.tera index a277dc9..1a75b25 100644 --- a/templates/admin/user/fees.html.tera +++ b/templates/admin/user/fees.html.tera @@ -2,9 +2,7 @@ {% extends "base" %} {% block content %}
    -

    - Gebühren -

    +

    Gebühren

    {% for fee in fees | sort(attribute="name") %} -
    @@ -32,13 +30,14 @@ {% endfor %}
    {% if "admin" in loggedin_user.roles or "kassier" in loggedin_user.roles %} - + {% endif %}
    {% endfor %} - - - + {% endblock content %}