From 940888da37e95a74fc580b1b03472ccb79d5bfc9 Mon Sep 17 00:00:00 2001 From: Nate Hardison Date: Sat, 1 Jun 2013 11:45:18 -0700 Subject: [PATCH] Use bugs email from settings, not hardcoded value --- lms/templates/registration/activation_invalid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/registration/activation_invalid.html b/lms/templates/registration/activation_invalid.html index 09d373a39d..0a6d6d30c9 100644 --- a/lms/templates/registration/activation_invalid.html +++ b/lms/templates/registration/activation_invalid.html @@ -12,7 +12,7 @@

Something went wrong. Check to make sure the URL you went to was correct -- e-mail programs will sometimes split it into two lines. If you still have issues, e-mail us to let us know what happened - at bugs@edx.org.

+ at ${settings.BUGS_EMAIL}.

Or you can go back to the home page.