Files
edx-platform/lms/templates/static_templates/server-error.html
2013-05-28 10:59:19 -04:00

7 lines
304 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>Please wait a few seconds and then reload the page. If the problem persists, please email us at <a href="mailto:technical@edx.org">technical@edx.org</a>.</p>
</section>