# 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 ":"?