{% extends "base.html" %} {% block content %}

Account recovery

A user at {{ app_link() }} has attempted to recover their account using this email address.

If you made this request, please click the following link to recover your account and change your password: {{ app_link('recovery?code=' + token) }}

If you did not make this request, your account has not been compromised and the user was not given access. Please disregard this email. {% endblock %}