{% extends 'core/base.html' %} {% block title %}Confirm | {{ block.super }}{% endblock %} {% block content %}

You are about to confirm your “{{ view.confirmation.user }}” account.

In order to complete the process, please enter a password for your account.

{% include 'accounts/post-form.html' with form_id='form-reset-password' form_submit='Continue' %}
{% endblock %}