aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/list_bills.html')
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 72b9032..aacc128 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -58,7 +58,7 @@
{% block sidebar %}
<div id="sidebar" class="sidebar">
- <form id="add-member-form" action="{{ url_for(".add_member") }}" method="post" class="form-inline input-append">
+ <form id="add-member-form" action="{{ url_for(".add_member") }}" method="post" class="form-inline">
{{ forms.add_member(member_form) }}
</form>