press.html 365 Bytes
Newer Older
1
<%! from django.utils.translation import ugettext as _ %>
2

3
<%inherit file="../main.html" />
4

5
<%block name="pagetitle">${_("In the Press")}</%block>
6

7
<section class="container about">
8 9
<h1>${_("In the Press")}</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>
10
</section>