Revient au début du fichier
This commit is contained in:
parent
7bd9e5bfed
commit
83525a7984
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class UploadVotersForm(forms.Form):
|
||||||
None,
|
None,
|
||||||
_("Extension de fichier invalide, il faut un fichier au format CSV."),
|
_("Extension de fichier invalide, il faut un fichier au format CSV."),
|
||||||
)
|
)
|
||||||
|
csv_file.seek(0)
|
||||||
return csv_file
|
return csv_file
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue