From 8620546d07d9c2345708a4dd065e15273835f512 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 27 Feb 2018 15:17:35 -0800 Subject: [PATCH] Move import from a082109 --- data/interfaces/default/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index 2fd740bc..a85d88cb 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -1,4 +1,3 @@ -<% from plexpy import PLEX_SERVER_UP %> <%inherit file="base.html"/> <%def name="headIncludes()"> @@ -23,6 +22,7 @@
+ <% from plexpy import PLEX_SERVER_UP %> % if PLEX_SERVER_UP:
Checking for activity...
% else: @@ -252,6 +252,7 @@ }); } +<% from plexpy import PLEX_SERVER_UP %> % if 'current_activity' in config['home_sections'] and PLEX_SERVER_UP: