theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
727 stars 101 forks source link

Django help-text issue #246

Closed akshayprakash2712 closed 4 months ago

akshayprakash2712 commented 7 months ago

I have created a model field called Company name and i give a helptext on that field. But i want to show the heltext by hovering the field only, otherwise it shows empty. How is it possible ? I will share the screenshot below. Screenshot 2024-04-08 202241 Screenshot 2024-04-08 202300 Now it shows under the field but how to change by hovering the field only that will show.

fdintino commented 4 months ago

This repository is for django-nested-admin, which allows nesting of inline admins inside other inline admins. I can't really help with general django support questions. Stackoverflow or a django support forum would be better places to pose your question.