12 lines
375 B
HTML
12 lines
375 B
HTML
<%! from django.utils.translation import gettext as _ %>
|
|
<%inherit file="../main.html" />
|
|
|
|
<%block name="pagetitle">${_("This Course Unavailable In Your Country")}</%block>
|
|
|
|
<section class="outside-app">
|
|
<p>
|
|
<!-- Use this file to add embargo message for stanford theme, if you want to use the default embargo message then
|
|
simply remove this file.-->
|
|
</p>
|
|
</section>
|