From 1eacc7a42618e84766477fbcc2c32a1da3547115 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 10 Aug 2009 21:40:01 -0400 Subject: untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin --- templates/authopenid/changeemail.html | 2 +- templates/authopenid/complete.html | 28 ++++++++++++++-------------- templates/authopenid/sendpw.html | 4 ++-- templates/authopenid/signin.html | 29 +++++++++++++---------------- templates/authopenid/signup.html | 10 ++++------ 5 files changed, 34 insertions(+), 39 deletions(-) (limited to 'templates/authopenid') diff --git a/templates/authopenid/changeemail.html b/templates/authopenid/changeemail.html index d5acb6c9..09857d17 100644 --- a/templates/authopenid/changeemail.html +++ b/templates/authopenid/changeemail.html @@ -27,7 +27,7 @@
-

{{ form.email }}
+

{{ form.email }}
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html index b9a14e16..f29b7670 100644 --- a/templates/authopenid/complete.html +++ b/templates/authopenid/complete.html @@ -7,16 +7,16 @@
{% trans "Connect your OpenID with your account on this site" %}
-

+

{% blocktrans %}register new {{provider}} account info{% endblocktrans %}

{% trans "This account already exists, please use another." %}

-

+
{% if form1.errors %} -

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

+ {% trans "Sorry, looks like we have some errors:" %}
    {% if form1.username.errors %}
  • {{ form1.username.errors|join:", " }}
  • @@ -25,11 +25,11 @@
  • {{ form1.email.errors|join:", " }}
  • {% endif %}
-

+
{% endif %} {% if form2.errors %} -

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

+ {% trans "Sorry, looks like we have some errors:" %}
    {% if form2.username.errors %}
  • {{ form2.username.errors|join:", " }}
  • @@ -38,15 +38,15 @@
  • {{ form2.password.errors|join:", " }}
  • {% endif %}
-

+
{% endif %}
-{% trans "Lost your password? No problem - here you can reset it." %}
+{% trans "Lost your password? No problem - here you can reset it." %}
{% 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:" %}
+

{% "Sorry, looks like we have some errors:" %}
{% if form.username.errors %} {{ form.username.errors|join:", " }} {% endif %} diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index 9a1a6780..8601f6ee 100644 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -62,39 +62,39 @@

  • - icon + icon http://username.myopenid.com/
  • - icon + icon http://flickr.com/username/
  • - icon + icon http://technorati.com/people/technorati/username/
  • - icon + icon http://username.wordpress.com
  • - icon + icon http://username.blogspot.com/
  • - icon + icon http://username.livejournal.com
  • - icon + icon http://claimid.com/username
  • - icon + icon http://username.myvidoop.com/
  • - icon + icon http://username.pip.verisignlabs.com/
  • @@ -115,10 +115,9 @@