You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and crispy forms to render the date picking option. I would like to enhance this with a i18n-friendly option. Perhaps something like: Bootstrap-datepicker?
The text was updated successfully, but these errors were encountered:
Currently, the 'Date Received' field uses:
field.widget = forms.TextInput( attrs={ 'type': 'date', } )
and crispy forms to render the date picking option. I would like to enhance this with a i18n-friendly option. Perhaps something like: Bootstrap-datepicker?
The text was updated successfully, but these errors were encountered: