From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/authopenid/signin.html | 70 ++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 39 deletions(-) (limited to 'templates/authopenid/signin.html') diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index 60aa5e5d..1363661e 100644 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -1,13 +1,13 @@ {% extends "base.html" %} {% load i18n %} +{% load extra_tags %} {% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} {% block forejs %} - - + - - + +
  • - icon + icon http://{your-openid-url}
  • - 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/
  • @@ -125,27 +127,17 @@

    {% trans 'Enter your login name and password' %}

    - {% if form1.errors %} -

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

    -

    - {% endif %} -
    - {{form1.username}}
    - - {{form1.password}}
    + {% if form1.errors %} + {{form1.non_field_errors.as_ul}} + {% endif %} +
    +

    {% trans "Create account" %}
    - {% trans "I forgot my password" %} + {% trans "Forgot your password?" %}

    @@ -170,9 +162,9 @@ -

    - {% trans "Find out more" %} »
    - {% trans "Get OpenID" %} » +

    {% endblock%} -- cgit v1.2.3-1-g7c22