diff --git a/CHANGES.md b/CHANGES.md index 73a8384a..c29c6028 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ * Change sharper looking heart image on the Add Show page * Change Add Show on Add Trending Show Page to use the full Add New Show flow * Fix adding shows with titles that contain "&" on Add Trending Show page +* Fix unset vars on Add New Shows Page used in the Add Existing Shows context ### 0.3.0 (2014-11-12 14:30:00 UTC) diff --git a/gui/slick/interfaces/default/home_newShow.tmpl b/gui/slick/interfaces/default/home_newShow.tmpl index e18ec6fb..715f8e90 100644 --- a/gui/slick/interfaces/default/home_newShow.tmpl +++ b/gui/slick/interfaces/default/home_newShow.tmpl @@ -2,28 +2,28 @@ #import sickbeard #from sickbeard.helpers import anon_url -#set global $header="New Show" -#set global $title="New Show" +#set global $header = 'New Show' +#set global $title = 'New Show' -#set global $sbPath="../.." +#set global $sbPath = '../..' -#set global $statpath="../.."# -#set global $topmenu="home"# +#set global $statpath = '../..' +#set global $topmenu = 'home' #import os.path -#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') - #if $varExists('header') -