Skip to content
Snippets Groups Projects
Commit 3cb54c94 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add week view to menu.

parent 7bc6dbe0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ MENUS = {
'name': _('Current lesson'),
'url': 'lesson',
'validators': ['menu_generator.validators.is_authenticated']
},
{
'name': _('Current week'),
'url': 'group_week',
'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