Files
edx-platform/lms/templates/static_templates/press.html
2014-01-09 13:32:28 -05:00

10 lines
375 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<%inherit file="../main.html" />
<%block name="title"><title>${_("In the Press")}</title></%block>
<section class="container about">
<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>
</section>