{% extends "site_base.html" %} {% load i18n %} {% block content %} {% if form.errors %}

{% trans "Your username and password didn't match. Please try again." %}

{% endif %}

{% trans "Log in" %}

{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
{% if next %} {% endif %}

{% trans "not a member yet?" %} {% trans "Sign up." %}

{% endblock %}