fix: 更新公钥消息不对

This commit is contained in:
xinwen
2021-11-12 15:33:33 +08:00
committed by 老广
parent 43cbf4f6a9
commit 9a7919f3ac
4 changed files with 169 additions and 103 deletions

View File

@@ -0,0 +1,14 @@
{% load i18n %}
<p>{% trans 'Hello' %} {{ name }},</p>
<p>
{% trans 'Your public key has just been successfully updated' %}
</p>
<p>
<b>{% trans 'IP' %}:</b> {{ ip_address }} <br />
<b>{% trans 'Browser' %}:</b> {{ browser }}
</p>
<p>
{% trans 'If the public key update was not initiated by you, your account may have security issues' %} <br />
{% trans 'If you have any questions, you can contact the administrator' %}
</p>