5 lines
200 B
Plaintext
Executable File
5 lines
200 B
Plaintext
Executable File
{% extends "account/email/base_notification.txt" %}
|
|
{% load i18n %}
|
|
|
|
{% block notification_message %}{% blocktrans %}Authenticator app activated.{% endblocktrans %}{% endblock notification_message %}
|