Add exam to navbar
This commit is contained in:
parent
a36de8a7f4
commit
3133fc1de2
@ -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"
|
||||
}
|
@ -44,5 +44,6 @@
|
||||
"success_new_post": "無事に新しい投稿を作りました",
|
||||
"user_introduction": "利用者の",
|
||||
"pfp": "利用者アイコン",
|
||||
"level_1_exam": "一級試験"
|
||||
"level_1_exam": "一級試験",
|
||||
"exam": "試験"
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user