aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/authenticate.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/authenticate.html')
-rw-r--r--budget/templates/authenticate.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html
index d4f7df6..0ad8815 100644
--- a/budget/templates/authenticate.html
+++ b/budget/templates/authenticate.html
@@ -12,10 +12,6 @@ to <a href="{{ url_for("create_project", project_id=create_project) }}">create i
</p>
{% endif %}
<form action="" method="POST" accept-charset="utf-8">
- {{ form.hidden_tag() }}
-
- <p>{{ form.id.label }}<br /> {{ form.id }}</p>
- <p>{{ form.password.label }}<br /> {{ form.password }}</p>
- <p>{{ form.submit }}</p>
+ {{ forms.authenticate(form) }}
</form>
{% endblock %}