{% extends "base.html" %} {% load i18n %} {% load extra_tags %} {% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans "User login" %}
{% if msg %}

{{ msg }}

{% endif %} {% if answer %}
{% blocktrans with answer.question.title as title and answer.summary as summary %} Your answer to {{title}} {{summary}} will be posted once you log in {% endblocktrans %}
{% endif %} {% if question %}
{% blocktrans with question.title as title and question.summary as summary %}Your question {{title}} {{summary}} will be posted once you log in {% endblocktrans %}
{% endif %}
{% trans "Click to sign in through any of these services." %}
{% comment %}
  • {% endcomment %}
    icon http://username
    iconhttps://www.google.com/accounts/o8/id
    iconhttp://yahoo.com/
    iconhttp://openid.aol.com/username
    {% comment %}
  • {% if question %} {% else %} {% if answer %} {% else %} {% endif %} {% endif %}
  • {% endcomment %} {% comment %}
  • icon http://{your-openid-url}
  • {% endcomment %}
    icon http://username.myopenid.com/ icon http://flickr.com/username/ icon http://technorati.com/people/technorati/username/ icon http://username.wordpress.com icon http://username.blogspot.com/ icon http://username.livejournal.com icon http://claimid.com/username icon http://username.myvidoop.com/ icon http://username.pip.verisignlabs.com/
    {{ form2.next }}

    {% trans 'Enter your Provider user name' %}

    {% trans 'Enter your web address' %}

    {% comment %}

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

    {% if form1.errors %} {{form1.non_field_errors.as_ul}} {% endif %}

    {% trans "Create account" %}
    {% trans "Forgot your password?" %}

    {% endcomment %}
    {% endblock %} {% block sidebar %}

    {% trans "Why use OpenID?" %}

    {% comment %} {% endcomment %} {% endblock%}