Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Mar 6, 2024
1 parent 41e12cc commit 3710f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_se_practice.py
Expand Up @@ -417,7 +417,7 @@ def practice_add_new_report(current_thesis):
)
elif current_thesis.supervisor_id is None:
flash(
"Научный руководитель не найден, выберите научного руководителя в разделе \"Выбор темы\"!",
'Научный руководитель не найден, выберите научного руководителя в разделе "Выбор темы"!',
category="error",
)
else:
Expand Down

0 comments on commit 3710f8c

Please sign in to comment.