10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
{% extends "account/email/base_message.txt" %}
|
|
{% load account %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}{% autoescape off %}{% blocktranslate %}Your password reset code is listed below. Please enter it in your open browser window.{% endblocktranslate %}{% endautoescape %}
|
|
|
|
{{ code }}
|
|
|
|
{% blocktranslate %}This mail can be safely ignored if you did not initiate this action.{% endblocktranslate %}{% endblock content %}
|