Import and send student PDF bulletins

This commit is contained in:
Claude Paroz 2018-01-11 16:57:47 +01:00
parent b578ccc363
commit 7a09a92bde
8 changed files with 162 additions and 2 deletions

View file

@ -34,3 +34,7 @@ class PeriodForm(forms.Form):
class UploadHPFileForm(forms.Form):
upload = forms.FileField(label='Fichier HyperPlanning')
class UploadBulletinForm(forms.Form):
upload = forms.FileField(label='Bulletins CLOEE (pdf)')