Back to Sentry

Confirm

src/sentry/templates/sentry/account/recover/confirm.html

26.6.0471 B
Original Source

{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %}

{% trans "Recover Account" %}

{% trans "You have confirmed your email, and may now update your password below." %}

{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %} {% trans "Change Password" %}{% endblock %}