Use platform_name instead of site_name in password reset email subject
This commit is contained in:
committed by
Omar Al-Ithawi
parent
d1ede533e6
commit
8dba6c49a6
4
lms/templates/emails/password_reset_subject.txt
Normal file
4
lms/templates/emails/password_reset_subject.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% autoescape off %}
|
||||
{% blocktrans %}Password reset on {{ platform_name }}{% endblocktrans %}
|
||||
{% endautoescape %}
|
||||
Reference in New Issue
Block a user