mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Fix error message
This commit is contained in:
parent
45206e3dc4
commit
7f0ac6d822
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ def importFromFile(filePath: Path):
|
||||||
)
|
)
|
||||||
if dbStudent.uni_email != uni_email:
|
if dbStudent.uni_email != uni_email:
|
||||||
flash(
|
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",
|
"warning",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue