Files
edx-platform/themes/stanford-style/lms/templates/embargo/default_courseware.html
2023-08-16 17:07:23 +05:00

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>