nag, if a long logentry is entered w/o trip_type; Fixes #448

This commit is contained in:
2024-08-19 14:06:00 +02:00
parent 2bc426be52
commit ecb347c204
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
<li class="py-1"
{% if "paid" in user.roles %}style="background-color: green;"{% endif %}>
{{ user.name }} ({{ user.mail }}
{%- if user.notes %} | {{ user.notes }}{% endif -%}
{%- if user.notes %} | {{ user.notes }}
{% endif -%}
)
<a class="btn btn-primary"
href="/admin/user/move/schnupperant/{{ user.id }}/to/scheckbuch"