From 8c19b0c98b23d32fd6071421ee1a1b75f2d8f088 Mon Sep 17 00:00:00 2001 From: Nate Hardison Date: Fri, 31 May 2013 18:45:50 -0700 Subject: [PATCH] Theme the base registration page This mostly involves rewriting all mentions of "edX" to reference the `PLATFORM_NAME` setting instead. However, there are also some Stanford-specific rewrite hacks that need to be pulled out eventually. Additionally, don't display links to marketing pages (or the sections referencing those marketing pages) if the links are not defined by the theme. --- lms/templates/register.html | 57 ++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/lms/templates/register.html b/lms/templates/register.html index 61328bffa0..6710c084fd 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -11,7 +11,7 @@ <%! from datetime import date %> <%! import calendar %> -<%block name="title">Register for edX +<%block name="title">Register for ${settings.PLATFORM_NAME} <%block name="js_extra">