Merged in [19874] from rjsparks@nostrum.com:
Rollback menu caching. More work is required to allow left menu to function correctly.
- Legacy-Id: 19879
Note: SVN reference [19874] has been migrated to Git commit da797c79cc
This commit is contained in:
commit
103cc15cec
|
@ -1,7 +1,6 @@
|
|||
{# Copyright The IETF Trust 2015-2019, All Rights Reserved #}{% load origin %}{% origin %}
|
||||
{% load ietf_filters managed_groups wg_menu active_groups_menu group_filters cache %}
|
||||
|
||||
{% cache 600 menus request.user.username %}
|
||||
{% if flavor != "top" %}
|
||||
{% include "base/menu_user.html" %}
|
||||
{% endif %}
|
||||
|
@ -164,5 +163,4 @@
|
|||
|
||||
{% if flavor == "top" %}
|
||||
{% include "base/menu_user.html" %}
|
||||
{% endif %}
|
||||
{% endcache %}
|
||||
{% endif %}
|
Loading…
Reference in a new issue