mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 18:48:42 +02:00
feat: automated replacement
This commit is contained in:
6
app/templates/crispy-daisyui/layout/fieldset.html
Normal file
6
app/templates/crispy-daisyui/layout/fieldset.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
|
||||
class="tw:fieldset{% if fieldset.css_class %} {{ fieldset.css_class }}{% endif %}"
|
||||
{{ fieldset.flat_attrs }}>
|
||||
{% if legend %}<legend class="tw:fieldset-legend">{{ legend|safe }}</legend>{% endif %}
|
||||
{{ fields|safe }}
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user