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.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html
index 9852d6a..83839e1 100644
--- a/budget/templates/authenticate.html
+++ b/budget/templates/authenticate.html
@@ -2,10 +2,6 @@
{% block content %}
<h2>Authentication</h2>
-{% for errors in form.errors.values() %}
-<p class=error>{{ ", ".join(errors) }}</p>
-{% endfor %}
-
{% if create_project %}
<p class="info">The project you are trying to access do not exist, do you want
to <a href="{{ url_for(".create_project", project_id=create_project) }}">create it</a>?