Skip to content

Commit

Permalink
fix data input
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 9, 2024
1 parent 110bc1e commit a5d4f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lemarche/www/tenders/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class Meta:
"accept_share_amount",
]
widgets = {
"start_working_date": forms.widgets.DateInput(attrs={"class": "form-control", "type": "date"}),
"deadline_date": forms.widgets.DateInput(attrs={"class": "form-control", "type": "date"}),
"start_working_date": forms.widgets.DateInput(attrs={"class": "fr-input", "type": "date"}),
"deadline_date": forms.widgets.DateInput(attrs={"class": "fr-input", "type": "date"}),
"why_amount_is_blank": forms.widgets.RadioSelect,
"amount": forms.Select(attrs={"x-model": "formData.amount", "x-on:change": "getImpactMessage()"}),
}
Expand Down

0 comments on commit a5d4f83

Please sign in to comment.