12 lines
440 B
Text
12 lines
440 B
Text
{% extends "account/email/base_message.txt" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}{% autoescape off %}{% blocktrans %}You are receiving this e-mail because you or someone else has requested a
|
|
password for your user account. However, we do not have any record of a user
|
|
with email {{ email }} in our database.
|
|
|
|
This mail can be safely ignored if you did not request a password reset.
|
|
|
|
{% endblocktrans %}
|
|
|
|
{% endautoescape %}{% endblock %}
|