diff options
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 9e5ecd6..08b8970 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -90,7 +90,7 @@ {% macro add_member(form) %} {{ form.hidden_tag() }} - {{ form.name(style="width: 141px;") }} + {{ form.name(class="menu-input") }} <button class="btn">{{ _("Add") }}</button> {% endmacro %} |
