aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/create_archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/create_archive.html')
-rw-r--r--budget/templates/create_archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/create_archive.html b/budget/templates/create_archive.html
index ae96a30..dd7ab86 100644
--- a/budget/templates/create_archive.html
+++ b/budget/templates/create_archive.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
-<form method="post" accept-charset="utf-8">
+<form class="form-horizontal" method="post" accept-charset="utf-8">
{{ forms.create_archive(form) }}
</form>
{% endblock %}