From 26ff14172cab1887bbaace69422967f6fc988b93 Mon Sep 17 00:00:00 2001
From: John Jarvis <jrjarvis@mitx.mit.edu>
Date: Thu, 6 Sep 2012 09:24:20 -0400
Subject: [PATCH] Email update for module-error template

---
 lms/templates/module-error.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lms/templates/module-error.html b/lms/templates/module-error.html
index 8855c5be48a..3ea605dc279 100644
--- a/lms/templates/module-error.html
+++ b/lms/templates/module-error.html
@@ -1,6 +1,6 @@
 <section class="outside-app">
   <h1>There has been an error on the <em>MITx</em> servers</h1>
-  <p>We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
+  <p>We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at <a href="mailto:technical@edx.org">technical@edx.org</a> to report any problems or downtime.</p>
 
 % if staff_access:
 <h1>Details</h1>
-- 
GitLab