Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reimirno committed Dec 1, 2023
1 parent 093eec5 commit 2242088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def import_students_from_custom_sheet(exam):
db.session.commit()
flash(
f"Import done. {len(new_students)} new students, {len(updated_students)} updated students"
" {len(invalid_students)} invalid students.", 'success')
f" {len(invalid_students)} invalid students.", 'success')
if updated_students:
flash(
f"Updated students: {','.join([s.name for s in updated_students])}", 'warning')
Expand Down

0 comments on commit 2242088

Please sign in to comment.