{% extends "accounts/accounts.html" %}{% load i18n l10n widget_tweaks %} {% block menu_signup %}
  • {% trans "Sign up" %}
  • {% endblock %} {% block body_class %}{{ block.super }} signup{% endblock %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block panel %} {% block signup_form %}
    {% csrf_token %} {% include "_includes/form-errors.html" %} {% include "_includes/antispam.html" %} {% block signup_fields %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.name|attr:"autofocus" %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.email %} {% include "_includes/vertical-placeholder-big-password.html" with field=form.password1 %} {% include "_includes/vertical-placeholder-big-password.html" with field=form.password2 %} {% endblock %}
    {% endblock %} {% endblock %}