5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
![]() |
{% extends "account/email/base_notification.txt" %}
|
||
|
{% load i18n %}
|
||
|
|
||
|
{% block notification_message %}{% blocktrans %}A new security key has been added.{% endblocktrans %}{% endblock notification_message %}
|