From 3a4b6ad43221abc0e0ff345d9368c3348b312128 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 19 Aug 2009 21:30:15 -0400 Subject: added Adolfos mods, django_authopeid bug, unified traditional and OpenID login --- templates/authopenid/sendpw.html | 2 +- templates/authopenid/settings.html | 2 +- templates/authopenid/signin.html | 79 ++++++++++++--------- .../content/jquery-openid/images/local-login.png | Bin 0 -> 2522 bytes .../content/jquery-openid/images/openidico16.png | Bin 0 -> 554 bytes templates/content/jquery-openid/jquery.openid.js | 19 +++++ templates/content/jquery-openid/openid.css | 16 +++++ templates/content/style/style.css | 4 +- templates/footer.html | 2 +- templates/question.html | 4 +- 10 files changed, 87 insertions(+), 41 deletions(-) create mode 100644 templates/content/jquery-openid/images/local-login.png create mode 100644 templates/content/jquery-openid/images/openidico16.png (limited to 'templates') diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html index 383723ca..37091261 100644 --- a/templates/authopenid/sendpw.html +++ b/templates/authopenid/sendpw.html @@ -13,7 +13,7 @@ {% trans "Please enter your username below and new password will be sent to your registered e-mail" %} {% if form.errors %} -

{% "Sorry, looks like we have some errors:" %}
+

{% trans "Sorry, looks like we have some errors:" %}
{% if form.username.errors %} {{ form.username.errors|join:", " }} {% endif %} diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html index a373324e..ecc16c72 100644 --- a/templates/authopenid/settings.html +++ b/templates/authopenid/settings.html @@ -31,7 +31,7 @@

» {% trans "Change email " %}
{% trans "Add or update the email address associated with your account." %}
{% if is_openid %} -
» {% trans "Change OpenID %}
+
» {% trans "Change OpenID" %}
{% trans "Change openid associated to your account" %}
{% endif %} diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index 8601f6ee..60aa5e5d 100644 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -37,14 +37,16 @@ {% endblocktrans %} {% endif %} -
{% trans "Click to sign in through any of these services." %}
+
+ {% trans "Click to sign in through any of these services." %} +