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', + }, ], }