Files
edx-platform/lms/templates/static_templates/server-error.html
2012-09-06 09:26:52 -04:00

7 lines
338 B
HTML

<%inherit file="../main.html" />
<section class="outside-app">
<h1>There has been a 500 error on the <em>edX</em> servers</h1>
<p>Our staff is currently working to get the site back up 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>
</section>