ai_admin/templates/account/email/password_set_message.txt
2024-09-20 04:29:09 +00:00

5 lines
199 B
Plaintext
Executable File

{% extends "account/email/base_notification.txt" %}
{% load i18n %}
{% block notification_message %}{% blocktrans %}Your password has been set.{% endblocktrans %}{% endblock notification_message %}