mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 10:38:36 +02:00
feat: first batch of work
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% else %}
|
||||
|
||||
{% if field.label %}
|
||||
<label for="{{ field.id_for_label }}" class="tw:label{% if labelclass %} {{ labelclass }}{% endif %}">
|
||||
<label for="{{ field.id_for_label }}" class="label{% if labelclass %} {{ labelclass }}{% endif %}">
|
||||
{% endif %}
|
||||
|
||||
{% if field|is_checkbox %}
|
||||
@@ -13,7 +13,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if field.label %}
|
||||
<span class="tw:label-text">{{ field.label }}</span>
|
||||
<span class="label-text">{{ field.label }}</span>
|
||||
{% endif %}
|
||||
|
||||
{% if not field|is_checkbox %}
|
||||
|
||||
Reference in New Issue
Block a user