aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/edit_project.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/edit_project.html')
-rw-r--r--budget/templates/edit_project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html
index e84ad97..585d231 100644
--- a/budget/templates/edit_project.html
+++ b/budget/templates/edit_project.html
@@ -9,7 +9,7 @@
{% block content %}
<h2>{{ _("Edit this project") }}</h2>
-<form method="post">
+<form class="form-horizontal" method="post">
{{ forms.edit_project(form) }}
</form>
{% endblock %}