mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-10 11:14:03 +02:00
7 lines
318 B
HTML
7 lines
318 B
HTML
<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>
|