projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[#2393] DAE numérisée
[auf_rh_dae.git]
/
project
/
dae
/
forms.py
diff --git
a/project/dae/forms.py
b/project/dae/forms.py
index
9ab8474
..
0238380
100644
(file)
--- a/
project/dae/forms.py
+++ b/
project/dae/forms.py
@@
-344,3
+344,8
@@
class ContratForm(forms.ModelForm):
fields = ('type', 'fichier')
model = dae.Contrat
+class DAENumeriseeForm(forms.ModelForm):
+
+ class Meta:
+ model = dae.Dossier
+ fields = ('dae_numerisee',)