aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/add_bill.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/add_bill.html')
-rw-r--r--budget/templates/add_bill.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html
index 34b89cc..71bb6f0 100644
--- a/budget/templates/add_bill.html
+++ b/budget/templates/add_bill.html
@@ -20,7 +20,7 @@
{% block content %}
-<form method="post">
+<form class="form-horizontal" method="post">
{{ forms.add_bill(form, edit) }}
</form>
{% endblock %}