diff -r cd4055479ba3 -r 3b1b0a9309d6 src/p4l/templates/registration/login.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/p4l/templates/registration/login.html Tue Sep 03 17:44:17 2013 +0200 @@ -0,0 +1,31 @@ +{% extends "p4l/p4l_base.html" %} +{% load i18n %} + +{% block page_title %}{% trans 'login' %}{% endblock %} + +{% block content %} +{% if form.errors %} +
{% trans "Sorry, that's not a valid username or password." %}
+{% endif %} + +{% endblock %}