Add exam to navbar

This commit is contained in:
Kiril Kovachev 2024-10-24 11:36:09 +01:00
parent a36de8a7f4
commit 3133fc1de2
3 changed files with 5 additions and 2 deletions

View File

@ -44,5 +44,6 @@
"success_new_post": "Successfully created new post",
"user_introduction": "User",
"pfp": "Profile picture",
"level_1_exam": "Level 1 exam"
"level_1_exam": "Level 1 exam",
"exam": "Exam"
}

View File

@ -44,5 +44,6 @@
"success_new_post": "無事に新しい投稿を作りました",
"user_introduction": "利用者の",
"pfp": "利用者アイコン",
"level_1_exam": "一級試験"
"level_1_exam": "一級試験",
"exam": "試験"
}

View File

@ -28,6 +28,7 @@
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
<li><a href="{{ url_for('indices.indices_page') }}">{{ localize("indices") }}</a></li>
<li><a href="{{ url_for('search.search_page') }}">{{ localize("search") }}</a></li>
<li><a href="{{ url_for('exam') }}">{{ localize("exam") }}</a></li>
<li><a href="{{ url_for('forum.index') }}">{{ localize("forum") }}</a></li>
<li><a href="{{ url_for('data_page') }}">{{ localize("data") }}</a></li>
</ul>