blog.html 356 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<%! from django.utils.translation import ugettext as _ %>
<%inherit file="../main.html" />

<%block name="pagetitle">${_("Blog")}</%block>

<section class="container about">
    <h1>${_("Blog")}</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>