jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

Labels in widget FileUpload shall be configurable #139

Closed jrief closed 2 months ago

jrief commented 3 months ago

Currently the labels "Drag file here" (dropbox) and "Choose file" (button) are hardcoded. It would be nice if they could be configurable when declaring the widget.

jrief commented 2 months ago

This can be achieved by overriding the rendering template and replacing a single block tag.