From 3779d7b9f47ae9cec28724ed40f6147f75392451 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 7 Dec 2021 17:45:57 -0600 Subject: [PATCH] Expose meny entry for Problem Reports --- theo/web/menus.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theo/web/menus.py b/theo/web/menus.py index 250de71..78fbea3 100644 --- a/theo/web/menus.py +++ b/theo/web/menus.py @@ -214,6 +214,11 @@ def simple_menus(request): 'url': url('report_output'), 'perm': 'report_output.list', }, + { + 'title': "Problem Reports", + 'url': url('problem_reports'), + 'perm': 'problem_reports.list', + }, ], }