[TASK] change text not logged in yet

This commit is contained in:
Marie Birner 2025-05-03 17:23:40 +02:00
parent 149b6afbf5
commit 9dfcb4e2c4

View File

@ -17,7 +17,7 @@
{% if user.last_access %}
Zuletzt eingeloggt am {{ user.last_access | date(format="%d. %m. %Y") }}
{% else %}
{{ user.name }} hat sich noch nie eingeloggt.
App-Boykott 😢
{% endif %}
</small>
</h2>