We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623d25f commit 1b94e10Copy full SHA for 1b94e10
1 file changed
ietf/templates/meeting/upcoming.html
@@ -1,7 +1,7 @@
1
{% extends "base.html" %}
2
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
{% load origin %}
4
-
+{% load cache %}
5
{% load ietf_filters staticfiles classname %}
6
7
{% block pagehead %}
@@ -42,6 +42,7 @@ <h1>Upcoming Meetings</h1>
42
</div>
43
{% endif %}
44
45
+ {% cache 600 upcoming-meetings entries.count %}
46
{% if entries %}
47
<table class="table table-condensed table-striped tablesorter">
48
<thead>
@@ -86,7 +87,7 @@ <h1>Upcoming Meetings</h1>
86
87
{% else %}
88
<h3>No upcoming meetings</h3>
89
90
+ {% endcache %}
91
92
93
<div id="calendar" class="col-md-10" ></div>
0 commit comments