Fix syntax error (my bad)
This commit is contained in:
parent
62a05dcf76
commit
530b90f7de
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ class HPImportView(ImportViewBase):
|
|||
errors = []
|
||||
|
||||
# Pour accélérer la recherche
|
||||
profs = {str(t): t for in Teacher.objects.all()}
|
||||
profs = {str(t): t for t in Teacher.objects.all()}
|
||||
Course.objects.all().delete()
|
||||
|
||||
for line in up_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue