feat: first batch of work

This commit is contained in:
Herculino Trotta
2025-11-01 03:15:44 -03:00
parent e600d87968
commit a63367a772
175 changed files with 3433 additions and 2245 deletions

View File

@@ -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 %}