diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index a5a9144b07..ea759d38af 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -1,7 +1,7 @@ <%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="bodyclass">is-signedin course uploads -<%block name="title">Uploads & Files +<%block name="title">Files & Uploads <%namespace name='static' file='static_content.html'/> diff --git a/cms/templates/course_info.html b/cms/templates/course_info.html index 55dcaaa068..f9166bf166 100644 --- a/cms/templates/course_info.html +++ b/cms/templates/course_info.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> -<%block name="title">Updates +<%block name="title">Course Updates <%block name="bodyclass">is-signedin course course-info updates diff --git a/cms/templates/export.html b/cms/templates/export.html index 27045d82ce..be7ee89bef 100644 --- a/cms/templates/export.html +++ b/cms/templates/export.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> -<%block name="title">Export Course +<%block name="title">Course Export <%block name="bodyclass">is-signedin course tools export <%block name="content"> diff --git a/cms/templates/import.html b/cms/templates/import.html index add31597cd..3e3aaa920c 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -2,7 +2,7 @@ <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> -<%block name="title">Import Course +<%block name="title">Course Import <%block name="bodyclass">is-signedin course tools import <%block name="content"> diff --git a/cms/templates/index.html b/cms/templates/index.html index fdb46612a0..9482b9d9af 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -1,6 +1,6 @@ <%inherit file="base.html" /> -<%block name="title">Courses +<%block name="title">My Courses <%block name="bodyclass">is-signedin index dashboard <%block name="header_extras"> diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 722e756203..8a6b2fccea 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Course Staff Manager +<%block name="title">Course Team Settings <%block name="bodyclass">is-signedin course users settings team diff --git a/cms/templates/settings.html b/cms/templates/settings.html index b26a17125b..e4cb4b3743 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Schedule & Details +<%block name="title">Schedule & Details Settings <%block name="bodyclass">is-signedin course schedule settings <%namespace name='static' file='static_content.html'/> diff --git a/cms/templates/settings_graders.html b/cms/templates/settings_graders.html index 923cc35313..86be66c950 100644 --- a/cms/templates/settings_graders.html +++ b/cms/templates/settings_graders.html @@ -1,5 +1,5 @@ <%inherit file="base.html" /> -<%block name="title">Grading +<%block name="title">Grading Settings <%block name="bodyclass">is-signedin course grading settings <%namespace name='static' file='static_content.html'/>