From 9f8738355f036d658995309192a4d7819962c460 Mon Sep 17 00:00:00 2001 From: Matthias Nagel Date: Tue, 25 Nov 2025 21:25:45 +0100 Subject: [PATCH] Bugfix in Zeitlocaloisierung der Kinder --- dashboard/templates/dashboard/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/templates/dashboard/dashboard.html b/dashboard/templates/dashboard/dashboard.html index cd21790..0c11eb5 100644 --- a/dashboard/templates/dashboard/dashboard.html +++ b/dashboard/templates/dashboard/dashboard.html @@ -101,7 +101,6 @@

No events found for you.

{% endif %} - DEBUGGER: {{ mtp_debug }} {% if children_events %}

Your Children's Events

@@ -126,7 +125,7 @@ {% endif %} - {{ item.event.start_time|localize }} + {{ item.event.start_time|timezone:'Europe/Berlin' }}

Team: {{ item.event.team.name }}

{% if item.event.game %}