diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/history.html b/tutorindigo/templates/indigo/lms/templates/static_templates/history.html new file mode 100644 index 000000000..27b401e1f --- /dev/null +++ b/tutorindigo/templates/indigo/lms/templates/static_templates/history.html @@ -0,0 +1,16 @@ +<%page expression_filter="h"/> +<%! from django.utils.translation import gettext as _ %> +<%inherit file="../main.html" /> + +<%block name="pagetitle">${_("History")} + +
+
+

+ <%block name="pageheader">${page_header or _("History")} +

+

+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")} +

+
+
diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/library.html b/tutorindigo/templates/indigo/lms/templates/static_templates/library.html new file mode 100644 index 000000000..051a801b0 --- /dev/null +++ b/tutorindigo/templates/indigo/lms/templates/static_templates/library.html @@ -0,0 +1,16 @@ +<%page expression_filter="h"/> +<%! from django.utils.translation import gettext as _ %> +<%inherit file="../main.html" /> + +<%block name="pagetitle">${_("Library")} + +
+
+

+ <%block name="pageheader">${page_header or _("Library")} +

+

+ <%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")} +

+
+