From 7a1b8aec5d9ed38547661310308b177da61e7c77 Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Wed, 27 Jan 2016 14:56:50 +0500 Subject: [PATCH] Remove stanford_theme_enabled from themes templates --- themes/edx.org/lms/templates/emails/activation_email.txt | 1 - themes/red-theme/lms/templates/header.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/edx.org/lms/templates/emails/activation_email.txt b/themes/edx.org/lms/templates/emails/activation_email.txt index 3ef73edbea..ba479728b4 100644 --- a/themes/edx.org/lms/templates/emails/activation_email.txt +++ b/themes/edx.org/lms/templates/emails/activation_email.txt @@ -1,4 +1,3 @@ -<%namespace file="../main.html" import="stanford_theme_enabled" /> <%! from django.utils.translation import ugettext as _ %> ${_("Thank you for signing up for {platform_name}.").format(platform_name=settings.PLATFORM_NAME)} diff --git a/themes/red-theme/lms/templates/header.html b/themes/red-theme/lms/templates/header.html index 50525484a8..dc2d3ba3f6 100755 --- a/themes/red-theme/lms/templates/header.html +++ b/themes/red-theme/lms/templates/header.html @@ -1,6 +1,6 @@ ## mako <%namespace name='static' file='static_content.html'/> -<%namespace file='main.html' import="login_query, stanford_theme_enabled"/> +<%namespace file='main.html' import="login_query"/> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _