Import and send student PDF bulletins
This commit is contained in:
parent
b578ccc363
commit
7a09a92bde
8 changed files with 162 additions and 2 deletions
|
|
@ -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)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue