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

Add icons.

parent 3d147f10
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -5,6 +5,7 @@ MENUS = {
{
"name": _("Timetables"),
"url": "#",
"icon": "school",
"root": True,
"validators": [
"menu_generator.validators.is_authenticated",
......@@ -14,6 +15,7 @@ MENUS = {
{
"name": _("Timetable"),
"url": "timetable",
"icon": "grid_on",
"validators": ["menu_generator.validators.is_authenticated"],
},
{
......@@ -24,6 +26,7 @@ MENUS = {
{
"name": _("Substitutions"),
"url": "substitutions",
"icon": "update",
"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