From 75209aeed0140c804047b4f3466d329b9eb246b9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 15:52:12 +0200 Subject: Add a password recovery feature. Fix #32 --- budget/templates/authenticate.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'budget/templates/authenticate.html') 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 %}

Authentication

-{% for errors in form.errors.values() %} -

{{ ", ".join(errors) }}

-{% endfor %} - {% if create_project %}

The project you are trying to access do not exist, do you want to create it? -- cgit v1.1