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

Set right icons for menu

parent 1049e0a6
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -15,13 +15,13 @@ MENUS = {
{
"name": _("My timetable"),
"url": "timetable",
"icon": "grid_on",
"icon": "person",
"validators": ["menu_generator.validators.is_authenticated"],
},
{
"name": _("All timetables"),
"url": "all_timetables",
"icon": "format_indent_increase",
"icon": "grid_on",
"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