File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright The IETF Trust 2009-2022 , All Rights Reserved
1+ # Copyright The IETF Trust 2009-2023 , All Rights Reserved
22
33# Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
44# All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
3232# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3333# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434
35+ import debug # pyflakes: ignore
36+
3537from django import template
3638from django .template .loader import render_to_string
3739from django .db import models
@@ -68,7 +70,7 @@ def wg_menu(flavor):
6870 p .short_name = p .short_name [: - len (" Area" )]
6971
7072 if p .type_id == "area" :
71- p .menu_url = "/wg/#" + p .acronym
73+ p .menu_url = "/wg/#" + p .acronym . upper ()
7274 elif p .acronym == "irtf" :
7375 p .menu_url = "/rg/"
7476 elif p .acronym == "iab" :
You can’t perform that action at this time.
0 commit comments