Added template fragment caching for upcoming meetings page.

- Legacy-Id: 17647
This commit is contained in:
Henrik Levkowetz 2020-04-15 20:46:00 +00:00
parent 623d25f4c0
commit 1b94e10f4a

View file

@ -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 @@
</div>
{% endif %}
{% cache 600 upcoming-meetings entries.count %}
{% if entries %}
<table class="table table-condensed table-striped tablesorter">
<thead>
@ -86,7 +87,7 @@
{% else %}
<h3>No upcoming meetings</h3>
{% endif %}
{% endcache %}
</div>
</div>
<div id="calendar" class="col-md-10" ></div>