diff -r ffdbee7b92ed -r fc82129bcae4 web/ldtplatform/templates/registration/login.html --- a/web/ldtplatform/templates/registration/login.html Tue Oct 18 12:44:00 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +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 %} -{% trans "Or login with your external account" %} :
-