mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
feat: first batch of work
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% for fieldset in form.fieldsets %}
|
||||
<fieldset class="tw:fieldset fieldset-{{ forloop.counter }} {{ fieldset.classes }}">
|
||||
<fieldset class="fieldset fieldset-{{ forloop.counter }} {{ fieldset.classes }}">
|
||||
{% if fieldset.legend %}
|
||||
<legend class="tw:fieldset-legend">{{ fieldset.legend }}</legend>
|
||||
<legend class="fieldset-legend">{{ fieldset.legend }}</legend>
|
||||
{% endif %}
|
||||
|
||||
{% if fieldset.description %}
|
||||
<p class="tw:text-sm tw:text-base-content/60">{{ fieldset.description }}</p>
|
||||
<p class="text-sm text-base-content/60">{{ fieldset.description }}</p>
|
||||
{% endif %}
|
||||
|
||||
{% for field in fieldset %}
|
||||
|
||||
Reference in New Issue
Block a user