mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- All forms are rendered using django-bootstrap-form excep the app enable/disable form. Render this one too using django-boostrap-form so that the default.html is not used for rendering. Using default.html is deprecated in Django 4.0 and in 5.0 will default to using div.html. Tests: - No change in HTML output, appearance or functionality for the enable/disable button. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>