diff -r 0f5c867b917d -r 7b5c49cab8f1 web/ldtplatform/templates/registration/login.html --- a/web/ldtplatform/templates/registration/login.html Tue Dec 04 13:41:14 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -{% extends "registration/base.html" %} -{% load i18n %} -{% load absstatic %} -{% load static %} - -{% 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 %} - - -