remove more logs w/ activities

This commit is contained in:
2025-05-17 09:48:45 +02:00
parent b3033fbc72
commit f7bb394236
5 changed files with 94 additions and 59 deletions

View File

@ -411,7 +411,11 @@
<ul class="list-disc ms-4">
{% for activity in activities %}
<li>
<strong>{{ activity.created_at | date(format="%d. %m. %Y") }}:</strong> <small>{{ activity.text }}</small>
<strong>{{ activity.created_at | date(format="%d. %m. %Y") }}:</strong> <small>{{ activity.text }}
{% if activity.keep_until_days %}
(⏳ {{ activity.keep_until_days }} Tage)
{% endif %}
</small>
</li>
{% else %}
<li>Noch keine Aktivität... Stay tuned 😆</li>