From aa78d90803a68e41ea663adb623c859cae3ad91e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 9 Mar 2011 23:29:24 +0100 Subject: new config page, mootools 1.3, removed old templates --- module/web/templates/default/login.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'module/web/templates/default/login.html') diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html index 7ae78183b..0e9e4d568 100644 --- a/module/web/templates/default/login.html +++ b/module/web/templates/default/login.html @@ -1,26 +1,23 @@ {% extends 'default/base.html' %} -{% load i18n %} -{% load token %} -{% block title %}{% trans "Login" %} - {{block.super}} {% endblock %} +{% block title %}{{_("Login")}} - {{super()}} {% endblock %} {% block content %}
- {% csrf_token %}
Login

@@ -28,8 +25,8 @@
-{% if form.errors %} -

{% trans "Your username and password didn't match. Please try again." %}

+{% if errors %} +

{{_("Your username and password didn't match. Please try again.")}}

{% endif %}
-- cgit v1.2.3