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

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

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