{% extends "base.html" %} {% load i18n extra_filters %} {% load crispy_forms_tags %} {% block content %}

{% trans "One more step!" %}


{% trans 'Please check your email and use the link that has just been sent to you to confirm the change.' %}

{% include 'login.html' %}
{% endblock %}