From df8f3bd39eec04d8b404630f96639a0fd0087624 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 15 Jul 2014 10:20:09 -0400 Subject: [PATCH] Revert "Pull out edX into variables in password reset email" This reverts commit 3a2276b5374fb63b4675ebf627f79b4eaf28c686. --- lms/templates/registration/password_reset_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/registration/password_reset_email.html b/lms/templates/registration/password_reset_email.html index 568a140686..e7bbc6cf35 100644 --- a/lms/templates/registration/password_reset_email.html +++ b/lms/templates/registration/password_reset_email.html @@ -1,5 +1,5 @@ {% load i18n %}{% load url from future %}{% autoescape off %} -{% blocktrans with site_name=site_name %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} +{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at edx.org.{% endblocktrans %} {% trans "Please go to the following page and choose a new password:" %} {% block reset_link %} @@ -10,6 +10,6 @@ http{% if is_secure %}s{% endif %}://{{domain}}{% url 'student.views.password_re {% trans "Thanks for using our site!" %} -{% blocktrans with platform_name=platform_name %}The {{ platform_name }} Team{% endblocktrans %} +{% blocktrans %}The edX Team{% endblocktrans %} {% endautoescape %}