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

Revert "Only superuser should be able to see the menus."

This reverts commit b1436e94.
parent b1436e94
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ MENUS = {
{
'name': _('Current lesson'),
'url': 'lesson',
'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