Added mising GET parameters to the fragment cache in the agenda.ics template. Fixes issue #2817.

- Legacy-Id: 16935
This commit is contained in:
Henrik Levkowetz 2019-10-28 15:09:25 +00:00
parent c606461b22
commit 156b492d84

View file

@ -1,4 +1,4 @@
{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path %}BEGIN:VCALENDAR
{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path request.GET %}BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:-//IETF//datatracker.ietf.org ical agenda//EN