Skip to content
Snippets Groups Projects
Unverified Commit 9cc7f6c4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Show menu for all users who are authenticated.

parent 67a6ddfe
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ MENUS = {
{
'name': _('Timetable'),
'url': 'timetable',
'validators': ['menu_generator.validators.is_authenticated', 'menu_generator.validators.is_superuser']
'validators': ['menu_generator.validators.is_authenticated']
}
]
}
......
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