torchbox / tbxforms

A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds.
https://pypi.org/project/tbxforms/
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

Fix issue of hints not showing up on django 5.x #69

Closed KIRA009 closed 4 months ago

KIRA009 commented 8 months ago

Fixes #66

This PR fixes the issue of hints not showing for django versions 5.x+, implementing the same solution as in https://github.com/wildfish/crispy-forms-gds/blob/master/src/crispy_forms_gds/choices.py

kbayliss commented 4 months ago

Thanks @KIRA009, this looks good! I've reworked this slightly to avoid duplicating a decent chunk of code, but the fix is the same. Cheers!