blasferna / django-crispy-formset-modal

📝 A Django app for managing formsets with modals using Django Crispy Forms.
https://blasferna.github.io/django-crispy-formset-modal/
MIT License
13 stars 2 forks source link

Add ability to customize empty state message #20

Closed blasferna closed 6 months ago

blasferna commented 6 months ago

This Pull Request adds the ability for users to define a custom empty state message by overriding the templates located within crispy_formset_modal/[template_pack]/empty_state.html. The template_pack can be bootstrap4, bootstrap5, tailwind, or bulma. Developers can override this template and introduce their own HTML code for the empty state message.