Undertitle labels for checkboxes
Avoids ugly 'is_tileable' label on textures
This commit is contained in:
parent
e43405a349
commit
3c6642d879
@ -6,7 +6,8 @@
|
|||||||
.checkbox
|
.checkbox
|
||||||
label
|
label
|
||||||
| {{ field(class='checkbox') }}
|
| {{ field(class='checkbox') }}
|
||||||
| {{ field.label }}
|
| {{ field.name | undertitle }}
|
||||||
|
|
||||||
| {% elif field.type == 'FieldList' %}
|
| {% elif field.type == 'FieldList' %}
|
||||||
|
|
||||||
ul.fieldlist(id="{{ type }}")
|
ul.fieldlist(id="{{ type }}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user