Aljosa
not exactly what i'm looking for although it works ok for frontend but
my issue is related to admin form.
i can control rendering of form fields but not label, currently the
easiest way seems to be just adding javascript to remove label from
rendered html.
Aljosa
https://docs.djangoproject.com/en/dev/topics/forms/#looping-over-the-form-s-fields
i don't see why it's a strange question, i have a form field and i
would like to disable rendering of label?
i appreciate suggestions and did consider overriding admin templates
but "admin/change_form.html" is messy and don't know if it's a smart
thing to do in my case.
i've expected some option where i can set label=None by overriding
field/widget init and disable label.
thanks for suggestions but i think i'll just use javascript to remove label.
Aljosa
i need to do this on field level, not form. thanks for suggestion.
javascript works just fine in this case