Skip to content
Snippets Groups Projects

Resolve "Add student view with further information"

2 unresolved threads
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -24,6 +24,18 @@ 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": _("My students"),
"url": "my_students",
"icon": "people",
"validators": ["menu_generator.validators.is_authenticated"],
},
{
"name": _("Register absence"),
"url": "register_absence",
Loading