Skip to content
Snippets Groups Projects
Commit 5d9555f6 authored by Ahtisham Shahid's avatar Ahtisham Shahid
Browse files

removed technical email from module error

parent d8ac4621
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,7 @@ from openedx.core.djangolib.markup import HTML, Text ...@@ -26,10 +26,7 @@ from openedx.core.djangolib.markup import HTML, Text
)} )}
</h1> </h1>
<p> <p>
${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working to fix " ${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible.")) }
"it as soon as possible. Please email us at {tech_support_email} to report any problems or downtime.")).format(
tech_support_email=HTML(u'<a href=\"mailto:{0}\">{0}</a>').format(static.get_tech_support_email_address())
)}
</p> </p>
</section> </section>
</section> </section>
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML, Text from openedx.core.djangolib.markup import HTML, Text
%> %>
<%
tech_support_email=HTML('<a href=\"mailto:{tech_support_email}\">{tech_support_email}</a>').format(tech_support_email=static.get_tech_support_email_address())
%>
<p>${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible."))}</p> <p>${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible."))}</p>
...@@ -13,10 +13,7 @@ from openedx.core.djangolib.markup import HTML, Text ...@@ -13,10 +13,7 @@ from openedx.core.djangolib.markup import HTML, Text
</h1> </h1>
<p> <p>
${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working " ${Text(_("We're sorry, this module is temporarily unavailable. Our staff is working "
"to fix it as soon as possible. Please email us at {tech_support_email} to " "to fix it as soon as possible. " )) }
"report any problems or downtime.")).format(
tech_support_email=HTML(u"<a href=\"mailto:{0}\">{0}</a>").format(static.get_tech_support_email_address())
)}
</p> </p>
% if staff_access: % if staff_access:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment