1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-15 18:27:20 +00:00

Fix error message

This commit is contained in:
Mo 2024-03-05 17:28:51 +01:00
parent 45206e3dc4
commit 7f0ac6d822

View file

@ -205,7 +205,7 @@ def importFromFile(filePath: Path):
)
if dbStudent.uni_email != uni_email:
flash(
f'University email "{dbStudent.uni_email}" in the database does not match with the university email "{last_name}" provided in the import file for the student number {student_number}.',
f'University email "{dbStudent.uni_email}" in the database does not match with the university email "{uni_email}" provided in the import file for the student number {student_number}.',
"warning",
)