From 2cd1850f0253ad9354aa7702ea8ea23b7989af37 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sun, 15 Oct 2017 00:30:52 +0530 Subject: [PATCH] password reset email fix --- hosting/templates/hosting/emails/password_reset_email.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosting/templates/hosting/emails/password_reset_email.txt b/hosting/templates/hosting/emails/password_reset_email.txt index af97c78a..f2ada3b2 100644 --- a/hosting/templates/hosting/emails/password_reset_email.txt +++ b/hosting/templates/hosting/emails/password_reset_email.txt @@ -1,3 +1,5 @@ +{% load i18n %} + {% trans "Password Reset" %} {% trans "We received a request to reset your password." %}