Skip to content
Snippets Groups Projects

Fix now indicator in fullcalendar views (AKPlan) for users from other timezones

Merged Benjamin Hättasch requested to merge fix-plan-timezone-now into main
6 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
6
{% load static %}
{% load tz %}
{% load i18n %}
{% load tags_AKPlan %}
{% include "AKPlan/load_fullcalendar.html" %}
@@ -27,6 +28,7 @@
scrollTime: '08:00:00',
allDaySlot: false,
nowIndicator: true,
now: "{% timestamp_now event.timezone %}",
eventTextColor: '#fff',
eventColor: '#127ba3',
// Create entries for all scheduled slots
Loading