From 7399d5171fd9b940703e51e55de5ec98a2702a95 Mon Sep 17 00:00:00 2001 From: Jason Bau Date: Thu, 30 Jan 2014 17:33:42 -0800 Subject: [PATCH] get rid of the conditional altogether --- lms/templates/main.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 4bec5e4e4f..1a5123fd44 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -33,11 +33,7 @@ <%block name="title"> <title> - % if stanford_theme_enabled(): - ${_("Home")} | class.stanford.edu - % else: ${page_title_breadcrumbs(self.pagetitle())} - % endif