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

Add missing menu entry.

parent 985d6f05
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ MENUS = {
'name': _('Timetable'),
'url': 'timetable',
'validators': ['menu_generator.validators.is_authenticated']
},
{
'name': _('Daily lessons'),
'url': 'lessons_day',
'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