diff -r 000000000000 -r 87104b7cb3d6 src/ldtplatform/templates/registration/login.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ldtplatform/templates/registration/login.html Wed Nov 28 10:05:53 2012 +0100 @@ -0,0 +1,56 @@ +{% 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" %} :
+