From 8dd2091f31305ebf1a33b6203de73c0ca7359c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Fri, 29 Jul 2011 15:44:15 +0200 Subject: Homepage created and project authentication refactored --- budget/templates/authenticate.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'budget/templates/authenticate.html') diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index c745e9f..8b57c67 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% block content %} -

Login to "{{ project.name }}"

+

Authentication

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

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

@@ -8,7 +8,9 @@
{{ form.hidden_tag() }} - Password: + +

{{ form.id.label }}
{{ form.id }}

+

{{ form.password.label }}
{{ form.password }}

{{ form.submit }}

{% endblock %} -- cgit v1.1