forked from CGM_Public/pretix_original
[A11y] change organizer page-titles based calendar-view (#5197)
* [A11y] change organizer page-titles based calendar-view * add current date to title as in h2
This commit is contained in:
committed by
GitHub
parent
f9c0baf369
commit
5866162932
@@ -811,6 +811,7 @@ class WeekCalendarView(OrganizerViewMixin, EventListMixin, TemplateView):
|
||||
) + timedelta(days=1)
|
||||
|
||||
ctx['date'] = week.monday()
|
||||
ctx['date_to'] = week.sunday()
|
||||
ctx['before'] = before
|
||||
ctx['after'] = after
|
||||
|
||||
|
||||
Reference in New Issue
Block a user