﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33165	DateInput default date is not shown when localization is on	Marco Zatta	nobody	"Step to reproduce:

- Create a Model with a date field
- Create a ModelForm based on said model with a widget entry to make the date a DateInput (otherwise it is shown as text field)
- With localization turned on set LANGUAGE='it-ch'
- Open a webpage showing the form with {{ form }} in the template

With 'it-ch' the default value is not shown because the value passed to the field is not understood by the browser (in this case '%d/%m/%Y'), while it is shown when using 'en-us' (in this case '%Y-%m-%d is passed)

Expected behavior:
The default date is shown independently of the locale selected server side"	Bug	closed	Forms	3.2	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
