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

{% trans "Password Expired" %}

{% blocktrans %}The password on your account expired.{% endblocktrans %}

{% blocktrans %}We have sent an email to the address registered with this account containing further instructions to reset your password.{% endblocktrans %}

{% endblock %}