{% extends "registration/base.html" %} {% load staticfiles %} {% load i18n %} {% load crispy_forms_tags %} {% get_current_language as LANGUAGE_CODE %} {% block title-page %}{% trans "Login" %}{% endblock %} {% block content_box %}
{% csrf_token %} {{ form.confirmation_code|as_crispy_field }}
{% endblock %}