djok/templates/account/email/email_confirm_message.txt

5 lines
202 B
Plaintext

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