Skip to content

Commit

Permalink
Fix teacher's header menu option url (#136)
Browse files Browse the repository at this point in the history
* fix: teacher's header menu option has wrong url

---------

Co-authored-by: iakov <iakov@users.noreply.github.com>
  • Loading branch information
homka122 and iakov authored Sep 19, 2024
1 parent 7307e3a commit a1ed091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/right_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
'name': 'Преподавателям',
'options': [
{'name': 'Написание практик и ВКР (для преподавателей)', 'href': url_for('theses_search'), "id": "practice_staff_button"},
{'name': 'Написание практик и ВКР (для преподавателей)', 'href': url_for('index_staff'), "id": "practice_staff_button"},
{'name': 'Написание практик и ВКР (для руководителей практик)', 'href': url_for('index_admin')},
],
'for_stuff': true
Expand Down

0 comments on commit a1ed091

Please sign in to comment.