From da797c79cc244f6a984b2679d2598c6150045ff0 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 21 Jan 2022 17:11:29 +0000 Subject: [PATCH] Rollback menu caching. More work is required to allow left menu to function correctly. Commit ready for merge. - Legacy-Id: 19874 --- ietf/templates/base/menu.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ietf/templates/base/menu.html b/ietf/templates/base/menu.html index be0fb6df8..7f8886efa 100644 --- a/ietf/templates/base/menu.html +++ b/ietf/templates/base/menu.html @@ -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 %} \ No newline at end of file +{% endif %} \ No newline at end of file