crispy-bulma
crispy-bulma copied to clipboard
Bulma template pack for django-crispy-forms
Exception while resolving variable 'form_error_title' in template 'bulma/uni_form.html' in debug log
Hi ``` crispy-bulma 0.11.0 django-crispy-forms 2.1 ``` When using bulma crispy forms, it seems to be working fine as long as I don't set the logging in DEBUG level. If...
When rendering a select field its css_class and wrapper_class can be changed. But its "select" div stays the same and can't be changed without overriding the template. Current "select.html" template:...
django.forms.widgets.SplitDateTimeWidget is not correctly styled and currently looks like this:  First reported in #2
When displaying a field error inline, the following `` tag HTML is added: https://github.com/ckrybus/crispy-bulma/blob/2e9abb011f0b5b9cf0dbc8a6def1cec8a44568c1/crispy_bulma/templates/bulma/field.html#L56-L59 The `is-danger` class used here is not correct. `is-danger` doesn't actually do anything for a ``...
Hi I setup crispy_bulma as described in https://crispy-bulma.readthedocs.io/en/latest/usage.html Maybe I missed something but in my form, when I try to use a standard layout like Multifield, I get an error...
Adding `uni_formset.html` template partial for compliance with latest `crispy_forms` templating conventions.
- [x] Operating System: Windows 11 - [x] Local Setup: - [x] Python v3.13 - [x] UV - [x] Django v5.1 - [x] django-crispy-forms 2.3 - [x] crispy-bulma 0.11.0 -...
Implement a bulma version of the [MultiField](https://django-crispy-forms.readthedocs.io/en/latest/api_layout.html#layout.MultiField)