Undertitle labels for checkboxes

Avoids ugly 'is_tileable' label on textures
This commit is contained in:
Pablo Vazquez 2016-11-02 18:50:20 +01:00
parent e43405a349
commit 3c6642d879

View File

@ -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 }}")