diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 3c0e011..0fa642d 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -1,6 +1,8 @@ {% macro input(field, multiple=False) -%}
- {{ field.label }} + {% if field.type != "SubmitField" %} + {{ field.label }} + {% endif %} {% if multiple == True %} {{ field(multiple=True) }} {% else %}