Remove duplicated blocktrans in txt email template
This commit is contained in:
parent
caa01f344f
commit
72ea362d01
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% blocktrans %}{% blocktrans %}SSH key(s) {{keys}} added to your VM {{vm_name}}{% endblocktrans %}
|
{% blocktrans %}SSH key(s) {{keys}} added to your VM {{vm_name}}{% endblocktrans %}
|
||||||
|
|
||||||
{% blocktrans %}You initiated adding the keys {{keys}} to your VM {{ vm_name }}!{% endblocktrans %}
|
{% blocktrans %}You initiated adding the keys {{keys}} to your VM {{ vm_name }}!{% endblocktrans %}
|
||||||
{% blocktrans %}This email is to notify you that it was accomplished successfully.{% endblocktrans %}
|
{% blocktrans %}This email is to notify you that it was accomplished successfully.{% endblocktrans %}
|
||||||
|
|
Loading…
Reference in a new issue