mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 19:58:25 +02:00
@ -231,6 +231,8 @@ class UploadNotesForm(forms.Form):
|
||||
if len(line) < 19:
|
||||
continue
|
||||
name = line[0]
|
||||
if name in ["moyenne", "coefficient", "sous-total"]:
|
||||
continue
|
||||
notes = line[1:19]
|
||||
if not all(s.isnumeric() for s in notes):
|
||||
continue
|
||||
|
Reference in New Issue
Block a user