diff -r 2e1053dff5f2 -r fb466c64d84c src/aixweb/templates/registration/login.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/aixweb/templates/registration/login.html Fri May 31 16:05:17 2013 +0200 @@ -0,0 +1,55 @@ +{% extends "registration/base.html" %} +{% load i18n %} +{% 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 %} +{% trans "Or login with your external account" %} :
+