{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}

Reset Password

A password reset was requested for your account ({{ user.username|safe }}) on Sentry ({{ domain }}). If you did not authorize this, you may simply ignore this email.

To continue with your password reset, simply click the button below, and you will be able to change your password. This link will expire in 1 hour.

Reset Password

This request was made by:

IP: {{ ip_address }}
Date: {{ datetime|date:"N j, Y, P e" }}

{% endblock %}