Skip to content
Snippets Groups Projects
Commit f416b9a4 authored by Martin Mareš's avatar Martin Mareš
Browse files

Menu: Hlavní položka v účastnickém rozhraní přejmenována na "Soutěž"

Svítí totiž i na všech podstránkách.
parent b07bcd3d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !113. Comments created here will be created in the context of that merge request.
......@@ -34,7 +34,7 @@ def get_menu():
]
else:
items = [
MenuItem(url_for('user_index'), "Domů"),
MenuItem(url_for('user_index'), "Soutěž"),
MenuItem(url_for('doc_index'), "Návod"),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment