Skip to content

Commit da797c7

Browse files
committed
Rollback menu caching. More work is required to allow left menu to function correctly. Commit ready for merge.
- Legacy-Id: 19874
1 parent eeb461f commit da797c7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/base/menu.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{# Copyright The IETF Trust 2015-2019, All Rights Reserved #}{% load origin %}{% origin %}
22
{% load ietf_filters managed_groups wg_menu active_groups_menu group_filters cache %}
33

4-
{% cache 600 menus request.user.username %}
54
{% if flavor != "top" %}
65
{% include "base/menu_user.html" %}
76
{% endif %}
@@ -164,5 +163,4 @@
164163

165164
{% if flavor == "top" %}
166165
{% include "base/menu_user.html" %}
167-
{% endif %}
168-
{% endcache %}
166+
{% endif %}

0 commit comments

Comments
 (0)