We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf0638 commit 69d5246Copy full SHA for 69d5246
1 file changed
ietf/templates/base/menu.html
@@ -1,6 +1,7 @@
1
{# Copyright The IETF Trust 2015-2019, All Rights Reserved #}{% load origin %}{% origin %}
2
-{% load ietf_filters managed_groups wg_menu active_groups_menu group_filters %}
+{% load ietf_filters managed_groups wg_menu active_groups_menu group_filters cache %}
3
4
+{% cache 600 menus request.user.username %}{% got_touched %}
5
{% if flavor != "top" %}
6
{% include "base/menu_user.html" %}
7
{% endif %}
@@ -163,4 +164,5 @@
163
164
165
{% if flavor == "top" %}
166
-{% endif %}
167
+{% endif %}
168
+{% endcache %}
0 commit comments