single-user-edit-page #992

Merged
philipp merged 81 commits from single-user-edit-page into main 2025-05-06 13:43:26 +02:00
38 changed files with 3329 additions and 723 deletions
Showing only changes of commit 905178e60d - Show all commits

View File

@ -391,6 +391,8 @@
<ul class="list-disc ms-4">
{% for activity in activities %}
<li>{{ activity.created_at | date(format="%d. %m. %Y") }}: {{ activity.text }}</li>
{% else %}
<li>Noch keine Aktivität... Stay tuned 😆</li>
{% endfor %}
</ul>
</div>