django-crispy-forms / crispy-bootstrap5

Bootstrap5 template pack for django-crispy-forms
MIT License
462 stars 76 forks source link

Fix AppendedText label class (#184) #185

Open yuriiz opened 3 months ago

smithdc1 commented 3 months ago

Thanks for the PR. Could you add a test for this? Maybe it could be a small change to this test?

https://github.com/django-crispy-forms/crispy-bootstrap5/blob/235c641f5a2c53c471f81d6ddeb78af737f24242/tests/test_layout_objects.py#L215

yuriiz commented 2 months ago

Thanks for the PR. Could you add a test for this? Maybe it could be a small change to this test?

https://github.com/django-crispy-forms/crispy-bootstrap5/blob/235c641f5a2c53c471f81d6ddeb78af737f24242/tests/test_layout_objects.py#L215

Updated PR.