Skip to content
Snippets Groups Projects
Verified Commit 43b706dd authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add validator for menu entry.

parent 649d3f13
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ MENUS = {
'name': _('People'),
'url': '#',
'root': True,
'validators': ['menu_generator.validators.is_authenticated'],
'submenu': [
{
'name': _('Persons'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment