moviewyrm/bookwyrm/templates/email/password_reset/text_content.html
2021-03-21 12:06:12 -07:00

10 lines
356 B
HTML

{% extends 'email/text_layout.html' %}
{% load i18n %}
{% block content %}
{% blocktrans %}You requested to reset your {{ site_name }} password. Click the link below to set a new password and log in to your account.{% endblocktrans %}
{{ reset_link }}
{% trans "If you didn't request to reset your password, you can ignore this email." %}
{% endblock %}