BaseForm: https://github.com/django/django/blob/d1791539a7d86739cd44c909fa8239cae7f85874/django/forms/forms.py
is where code probably has to be edited.
_html_output and the methods that call it
the idea is to allow content that’s larger than a few lines. Maybe could even allow for any html content within a pop over.
Also would want to be able to set without causing migrations (honestly I kinda dislike that to change help text, a migration needs to be created and ran).
Need to think about the interface to configure this.
BaseForm: https://github.com/django/django/blob/d1791539a7d86739cd44c909fa8239cae7f85874/django/forms/forms.py
is where code probably has to be edited.
_html_output and the methods that call it
the idea is to allow content that’s larger than a few lines. Maybe could even allow for any html content within a pop over.
Also would want to be able to set without causing migrations (honestly I kinda dislike that to change help text, a migration needs to be created and ran).
Need to think about the interface to configure this.