{% extends "site_base.html" %} {% load i18n %} {% load uni_form_tags %} {% load ifsetting_tag %} {% load account_tags %} {% block head_title %}{% trans "Login" %}{% endblock %} {% block body_class %}full{% endblock %} {% block body %} {% if openid and not user.is_authenticated %}
It appears you have started to login using OpenID. Want to finish logging in?
{% endif %}{% trans "Note" %}: {% blocktrans %}you are already logged in as {{ user_display }}.{% endblocktrans %}
{% else %}NOTE: The registration system is separate from this website and is located at https://www.cteusa.com/pycon4/. Your username there won't automatically work here.
{% ifsetting ACCOUNT_OPEN_SIGNUP %} {% url acct_signup as signup_url %}{% blocktrans %}Don't have an account on this site? Sign up!{% endblocktrans %}
{% endifsetting %} {% endif %}{% trans "Or sign in with your OpenID" %}:
{% include "account/_openid_login.html" %} {% comment %}{% trans "Or sign in with other sites" %}:
NOTE: The registration system is separate from this website and is located at https://www.cteusa.com/pycon4/. Your username there won't automatically work here.
{% blocktrans %}If you have any trouble logging in to your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %} {% block right %} {% endblock %} {% block extra_body %} {% endblock %}