Week calendar and more improvements to subevent calendars (#1672)

This commit is contained in:
Raphael Michel
2020-05-07 15:48:47 +02:00
committed by GitHub
parent 6a4c81ff3c
commit de9c450648
28 changed files with 796 additions and 106 deletions

View File

@@ -0,0 +1,3 @@
# Date according to https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
WEEK_FORMAT = '\\K\\W W/o'
WEEK_DAY_FORMAT = 'D, j.n.'

View File

@@ -2,3 +2,5 @@
SHORT_DATE_FORMAT = 'Y-m-d'
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
TIME_FORMAT = 'H:i'
WEEK_FORMAT = '\\W W, o'
WEEK_DAY_FORMAT = 'D, M jS'