{% extends "accounts/accounts.html" %}{% load i18n l10n widget_tweaks %} {% block menu_signin %}
  • {% trans "Sign in" %}
  • {% endblock %} {% block body_class %}{{ block.super }} signup{% endblock %} {% block title %}{% trans "Sign in" %}{% endblock %} {% block panel %} {% block signin_form %}
    {% csrf_token %} {% include "_includes/form_errors.html" %} {% block signin_fields %} {% include "_includes/bigfield.html" with field=form.username|attr:"autofocus" %} {% include "_includes/bigfield_password.html" with field=form.password %} {% endblock %}
    {% trans "Forgot password?" %}
    {% trans "Don't have an account?" %} {% trans "Sign up" %}.
    {% endblock %} {% endblock %}