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:
parent
769bcbf3f1
commit
f4da4d9a33
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{% macro input(field, multiple=False) -%}
|
||||
<div class="ctrlHolder">
|
||||
{% if field.type != "SubmitField" %}
|
||||
{{ field.label }}
|
||||
{% endif %}
|
||||
{% if multiple == True %}
|
||||
{{ field(multiple=True) }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue