Use platform_name instead of site_name in password reset email subject

This commit is contained in:
Salah Alomari
2017-04-09 19:50:23 +03:00
committed by Omar Al-Ithawi
parent d1ede533e6
commit 8dba6c49a6
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{% load i18n %}
{% autoescape off %}
{% blocktrans %}Password reset on {{ platform_name }}{% endblocktrans %}
{% endautoescape %}