Merge branch 'master' into dillo
This commit is contained in:
commit
3bb35d0ab8
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
| {% if field.type == 'BooleanField' %}
|
| {% if field.type == 'BooleanField' %}
|
||||||
.checkbox
|
.checkbox
|
||||||
label
|
label(for='{{ field.name }}')
|
||||||
| {{ field(class='checkbox') }}
|
| {{ field(class='checkbox') }}
|
||||||
label {{ field.name | undertitle }}
|
label(for='{{ field.name }}') {{ _(field.name) | undertitle }}
|
||||||
|
|
||||||
| {% elif field.type == 'FieldList' %}
|
| {% elif field.type == 'FieldList' %}
|
||||||
|
|
||||||
@ -29,7 +29,8 @@
|
|||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| {{ field.label }}
|
label(for='{{ field.name }}')
|
||||||
|
| {{ _(field.name) | undertitle }}
|
||||||
| {{ field(class='form-control') }}
|
| {{ field(class='form-control') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user