Skip to content
Snippets Groups Projects
Verified Commit 0e436334 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add menu item for "My overview"

parent 5f5f225a
No related branches found
No related tags found
1 merge request!80Resolve "Add student view with further information"
Pipeline #3466 passed
......@@ -24,6 +24,12 @@ MENUS = {
"icon": "view_week",
"validators": ["menu_generator.validators.is_authenticated"],
},
{
"name": _("My overview"),
"url": "overview_me",
"icon": "insert_chart",
"validators": ["menu_generator.validators.is_authenticated"],
},
{
"name": _("Register absence"),
"url": "register_absence",
......
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