{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block wrapperclass %}windowed-small org-login{% endblock %} {% block title %}{% trans "Confirm Identity" %} | {{ block.super }}{% endblock %} {% block account_nav %}{% endblock%} {% block main %} {% csrf_token %} We've identified you as {{ identity.email }}. If everything sounds good, we'll go ahead and create a new account for you with this email address. Continue {% endblock %} {% block footer %} {% endblock %}
We've identified you as {{ identity.email }}. If everything sounds good, we'll go ahead and create a new account for you with this email address.
Continue