ckrybus / crispy-bulma

Bulma template pack for django-crispy-forms
MIT License
27 stars 7 forks source link

TemplateDoesNotExist Exception Value: bulma/layout/fieldset.html #14

Closed kalevhark closed 7 months ago

kalevhark commented 10 months ago

Django 5.0 django-crispy-forms 2.1 crispy-bulma 0.11.0

in template: {% load crispy_forms_tags %} {{ form|crispy }}

TemplateDoesNotExist bulma/layout/fieldset.html

ckrybus commented 10 months ago

Hi @kalevhark, fieldsets are not supported yet :-(

Right now I don't have time to implement it, but you are welcome to create a pull request. There are old fieldset tests (@pytest.mark.skip(reason="fieldset")) which you can use as a starting point.

kalevhark commented 10 months ago

Hi @kalevhark, fieldsets are not supported yet :-(

Right now I don't have time to implement it, but you are welcome to create a pull request. There are old fieldset tests (@pytest.mark.skip(reason="fieldset")) which you can use as a starting point.

I "borrowed" fieldset.html and buttonholder.html from other packages and it seems to work as well :-) Happy New Year!

ckrybus commented 7 months ago

Closing as this was implemented in #15 (will be released probably in the next few days, right now only available on main)