{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Libravatar Login' %}{% endblock title %} {% block body-onload %}document.forms.login.username.focus(){% endblock body-onload %} {% block content %}
{% blocktrans %}Don't have an account yet? Sign up now!{% endblocktrans %}
{% endif %} {% url django_openid_auth.views.login_begin as login_url %}{% trans "You'd rather use your OpenID?" %} {% blocktrans %}That's fine, just use this login form instead.{% endblocktrans %}
{% if form.errors %}{% trans "Your username and password didn't match. Please try again." %}
{% endif %} {% if not disable_signup %} {% url libravatar.account.views.password_reset as password_reset_url %}{% blocktrans %}Forgot your password? Reset it by email.{% endblocktrans %}
{% endif %} {% endblock content %}