kalwalkden / django-materializecss-form

Materializecss for Django Form
MIT License
85 stars 41 forks source link

turn off localization just when filling out value of datefield #30

Closed dparizek closed 5 years ago

dparizek commented 5 years ago

When using this form will fields pre-filled in... i.e. as an edit/update form.... then django sets the "value" of the date field to a localized value, which then does not work with the datepicker. So I changed the template to turn it off only when it is setting the value parameter or whatever it is called... see the changed lines where localize off was tagged in.