Expose meny entry for Problem Reports
This commit is contained in:
parent
5c57df189f
commit
3779d7b9f4
|
@ -214,6 +214,11 @@ def simple_menus(request):
|
||||||
'url': url('report_output'),
|
'url': url('report_output'),
|
||||||
'perm': 'report_output.list',
|
'perm': 'report_output.list',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title': "Problem Reports",
|
||||||
|
'url': url('problem_reports'),
|
||||||
|
'perm': 'problem_reports.list',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue