Files
edx-platform/lms/templates/static_templates/help.html
2012-07-19 16:38:06 -04:00

25 lines
782 B
HTML

<%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>Help - MITx 6.002x</title></%block>
<section class="static-container help">
<h1>Help</h1>
<hr class="horizontal-divider">
<div class="inner-wrapper">
<h2>Help email</h2>
<ul>
<li><p>System-related questions: <a href="mailto:technical@edx.org">technical@edx.org</a></p></li>
<li><p>Content-related questions: <a href="mailto:content@edx.org">content@edx.org</a></p></li>
<li><p>Bug reports: <a href="mailto:bugs@edx.org">bugs@edx.org</a></p></li>
<li><p>Suggestions: <a href="mailto:suggestions@edx.org">suggestions@edx.org</a></p></li>
</ul>
</div>
</section>