1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Changing submit buttons display

This commit is contained in:
Frédéric Sureau 2011-08-05 16:10:21 +02:00
parent 769bcbf3f1
commit f4da4d9a33

View file

@ -1,6 +1,8 @@
{% macro input(field, multiple=False) -%}
<div class="ctrlHolder">
{{ field.label }}
{% if field.type != "SubmitField" %}
{{ field.label }}
{% endif %}
{% if multiple == True %}
{{ field(multiple=True) }}
{% else %}