Bugfix in Zeitlocaloisierung der Kinder

This commit is contained in:
Matthias Nagel 2025-11-25 21:25:45 +01:00
parent 2ad895ae1b
commit 9f8738355f

View File

@ -101,7 +101,6 @@
<p>No events found for you.</p>
{% endif %}
DEBUGGER: {{ mtp_debug }}
{% if children_events %}
<hr>
<h3>Your Children's Events</h3>
@ -126,7 +125,7 @@
<i class="bi bi-house-door-fill"></i>
{% endif %}
</h5>
<small>{{ item.event.start_time|localize }}</small>
<small>{{ item.event.start_time|timezone:'Europe/Berlin' }}</small>
</div>
<p class="mb-1"><strong>Team:</strong> {{ item.event.team.name }}</p>
{% if item.event.game %}