diff -r 8251c6a02d6f -r 328aea4ee92b web/ldtplatform/templates/registration/login.html --- a/web/ldtplatform/templates/registration/login.html Mon Nov 26 18:56:46 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -{% extends "registration/base.html" %} -{% load i18n %} -{% block js_declaration %} -{{ block.super }} -{% endblock %} - -{% block css_import %} - {{ block.super }} - - -{% endblock %} - - -{% block login %} -{% endblock %} - -{% block content_title %}{% trans 'Log in' %}{% endblock %} -{% block iricontent %} - {% if form.errors %} -

{% trans "Sorry, that's not a valid username or password." %}

- {% endif %} -
-
-
- {% csrf_token %} - -
    - {{form.as_ul}} -
- -
- -
-
-
- -
- -{% endblock %} - - -