X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Fdae%2Fforms.py;h=02383807cc637ab04c118ac64e5177a1d563a5f8;hp=9ab847490ba95a32973099232b75fe3b99c3bde1;hb=c3f0b49faa05efa1026558f25d21884060717251;hpb=2455f48d4e57dc4be62e7c3c02a782b9569a4998 diff --git a/project/dae/forms.py b/project/dae/forms.py index 9ab8474..0238380 100644 --- 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',)