diff --git a/ietf/templates/meeting/upcoming.html b/ietf/templates/meeting/upcoming.html index 9d784ed69..192c9ff09 100644 --- a/ietf/templates/meeting/upcoming.html +++ b/ietf/templates/meeting/upcoming.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} - +{% load cache %} {% load ietf_filters staticfiles classname %} {% block pagehead %} @@ -42,6 +42,7 @@ {% endif %} + {% cache 600 upcoming-meetings entries.count %} {% if entries %} @@ -86,7 +87,7 @@ {% else %}

No upcoming meetings

{% endif %} - + {% endcache %}