We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a1e84c + c0cbb79 commit bbc5386Copy full SHA for bbc5386
1 file changed
ietf/templates/doc/recent_drafts.html
@@ -1,6 +1,7 @@
1
{% extends "base.html" %}
2
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
{% load origin static %}
4
+{% load cache %}
5
6
{% block pagehead %}
7
<link rel="stylesheet" href="{% static "jquery.tablesorter/css/theme.bootstrap.min.css" %}">
@@ -9,6 +10,7 @@
9
10
{% block title %}Internet-Drafts submitted during the last {{days|default:7}} days{% endblock %}
11
12
{% block content %}
13
+{% cache 1800 recentdrafts days using="slowpages" %}
14
{% origin %}
15
<h1>
16
Internet-Drafts submitted during the last {{days|default:7}} days
@@ -18,7 +20,7 @@ <h1>
18
20
</h1>
19
21
22
{% include "doc/search/search_results.html" %}
-
23
+{% endcache %}
24
{% endblock %}
25
26
{% block js %}
0 commit comments