#remove the label "currently", "change" from a field file

2 messages · Page 1 of 1 (latest)

hollow nest
#

I would like to remove the "Currently:" and "Change:" tags from my file field.
I have tested this in my forms.py but I still have ":"

self.fields['file'].widget.input_text = ""
self.fields['file'].widget.initial_text = ""

How to remove the ":"?

willow meteor
#

Hello