Ralfp 12 лет назад
Родитель
Сommit
29626fb252

+ 1 - 1
templates/_email/users/new_credentials_html.html

@@ -2,7 +2,7 @@
 {% load i18n %}
 {% load i18n %}
 {% load url from future %}
 {% load url from future %}
 
 
-{% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials{% endtrans %}{% endblock %}
+{% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials on {{ board_name }}{% endtrans %}{% endblock %}
 
 
 {% block content %}
 {% block content %}
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because you have changed your acount's sign-in credentials.{% endtrans %}</p>
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because you have changed your acount's sign-in credentials.{% endtrans %}</p>

+ 1 - 1
templates/_email/users/new_credentials_plain.html

@@ -2,7 +2,7 @@
 {% load i18n %}
 {% load i18n %}
 {% load url from future %}
 {% load url from future %}
 
 
-{% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials{% endtrans %}{% endblock %}
+{% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials on {{ board_name }}{% endtrans %}{% endblock %}
 
 
 {% block content %}
 {% block content %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because you have changed your acount's sign-in credentials.{% endtrans %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because you have changed your acount's sign-in credentials.{% endtrans %}

+ 1 - 1
templates/_email/users/password/confirm_html.html

@@ -2,7 +2,7 @@
 {% load i18n %}
 {% load i18n %}
 {% load url from future %}
 {% load url from future %}
 
 
-{% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request{% endtrans %}{% endblock %}
+{% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request on {{ board_name }}{% endtrans %}{% endblock %}
 
 
 {% block content %}
 {% block content %}
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}</p>
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}</p>

+ 1 - 1
templates/_email/users/password/confirm_plain.html

@@ -2,7 +2,7 @@
 {% load i18n %}
 {% load i18n %}
 {% load url from future %}
 {% load url from future %}
 
 
-{% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request{% endtrans %}{% endblock %}
+{% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request on {{ board_name }}{% endtrans %}{% endblock %}
 
 
 {% block content %}
 {% block content %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}