mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 09:38:35 +02:00
feat: automated replacement
This commit is contained in:
9
app/templates/crispy-daisyui/errors_formset.html
Normal file
9
app/templates/crispy-daisyui/errors_formset.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% if formset.non_form_errors %}
|
||||
<div class="tw:alert tw:alert-error">
|
||||
{% if formset_error_title %}<h4 class="tw:font-bold">{{ formset_error_title }}</h4>{% endif %}
|
||||
<ul class="tw:m-0 tw:list-disc tw:list-inside">
|
||||
{{ formset.non_form_errors|unordered_list }}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user