diff options
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 0d01c7f0e..acc56bbef 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -706,7 +706,7 @@ class AdministrativeActOpeForm(forms.Form): act_object = forms.CharField(label=_(u"Object"), max_length=200, widget=forms.Textarea, required=False) signature_date = forms.DateField(label=_(u"Signature date"), - widget=widgets.JQueryDate) + initial=get_now, widget=widgets.JQueryDate) if settings.COUNTRY == 'fr': ref_sra = forms.CharField(label=u"Autre référence", max_length=15, required=False) |