aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/forms.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/forms.html')
-rw-r--r--budget/templates/forms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html
index 8c0cda3..0a06001 100644
--- a/budget/templates/forms.html
+++ b/budget/templates/forms.html
@@ -87,8 +87,8 @@
{% macro add_member(form) %}
{{ form.hidden_tag() }}
- {{ form.name }}
- <button class="btn">{{ _("Add a new user") }}</button>
+ {{ form.name(style="width: 141px;") }}
+ <button class="btn">{{ _("Add") }}</button>
{% endmacro %}