From d4a26f62f85fb6c040fe1c206acf7e0597413d0e Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 12 Mar 2012 17:26:15 -0400 Subject: [PATCH] Added titles to the rest of the pages --HG-- branch : kf-titles --- help.html | 1 + profile.html | 1 + staticbook.html | 1 + 3 files changed, 3 insertions(+) diff --git a/help.html b/help.html index b542829c1b..24ecd4e485 100644 --- a/help.html +++ b/help.html @@ -1,4 +1,5 @@ <%inherit file="main.html" /> +<%block name="title">Help - MITx 6.002x <%include file="navigation.html" args="active_page='help'"/> diff --git a/profile.html b/profile.html index 5a753b914f..7b6a596bad 100644 --- a/profile.html +++ b/profile.html @@ -1,4 +1,5 @@ <%inherit file="main.html" /> +<%block name="title">Profile - MITx 6.002x <%! from django.core.urlresolvers import reverse diff --git a/staticbook.html b/staticbook.html index 328507c76e..29553c9423 100644 --- a/staticbook.html +++ b/staticbook.html @@ -1,4 +1,5 @@ <%inherit file="main.html" /> +<%block name="title">Textbook – MITx 6.002x <%block name="js_extra">