I have inserted a verbose name for a field in my models (Boolean Field) and when displaying in the admin, the checkbox is shown before the verbose name.
How can I do so that the checkbox shows after the verbose name in the admin console?!
Or is there another way of assigning a specific label to a field other than the fieldname so that it shows correctly in the admin?
Thanks!
you just need to go to.
template. Here you can see source code like.
Just change code to :
We put
field.label_tag
beforefield.field