Expose meny entry for Problem Reports

This commit is contained in:
Lance Edgar 2021-12-07 17:45:57 -06:00
parent 5c57df189f
commit 3779d7b9f4

View file

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