faq.html 346 Bytes
Newer Older
1
<%! from django.utils.translation import ugettext as _ %>
2 3
<%inherit file="../main.html" />

4
<%block name="pagetitle">${_("FAQ")}</%block>
5

6
<section class="container about">
7 8
<h1>${_("FAQ")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
9
</section>