aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates')
-rw-r--r--budget/templates/create_project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/create_project.html b/budget/templates/create_project.html
index 524a592..b26da2d 100644
--- a/budget/templates/create_project.html
+++ b/budget/templates/create_project.html
@@ -8,7 +8,7 @@
<ul>{% for error in form.errors %}<li>{{ error }}</li>{% endfor %}</ul>
{% endif %}
- <form method="POST" class="container span-24 add-bill">
+ <form method="post" class="container span-24 add-bill">
{{ form.hidden_tag() }}
<p>{{ form.name.label }}<br /> {{ form.name }}</p>