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 %}