module-error.html 461 Bytes
Newer Older
1
<section class="outside-app">
2
  <h1>There has been an error on the <em>edX</em> servers</h1>
3
  <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>
4

5 6
% if staff_access:
<h1>Details</h1>
7

8 9 10 11 12
<p>Error:
<pre>
${error | h}
</pre>
</p>
13

14
<p>Raw data:
15

16 17 18 19
<pre>${data | h}</pre>
</p>

% endif
20
</section>