miniBase/web/minibase/templates/form/integerField.html

7 lines
275 B

{% if item.type in ['IntegerField', 'DecimalField', 'FloatField'] %}
<br>
{{ item.label(class=theme.form.integer_label_class, style=theme.form.integer_label_style) }}
<br>
{{ item(class=theme.form.integer_class, style=theme.form.integer_style) }}
{% endif %}