Skip to content

Commit 156b492

Browse files
committed
Added mising GET parameters to the fragment cache in the agenda.ics template. Fixes issue ietf-tools#2817.
- Legacy-Id: 16935
1 parent c606461 commit 156b492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.ics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path %}BEGIN:VCALENDAR
1+
{% load humanize %}{% autoescape off %}{% load ietf_filters %}{% load cache %}{% cache 1800 ietf_meeting_agenda_ics schedule.meeting.number request.path request.GET %}BEGIN:VCALENDAR
22
VERSION:2.0
33
METHOD:PUBLISH
44
PRODID:-//IETF//datatracker.ietf.org ical agenda//EN

0 commit comments

Comments
 (0)