Temporary fixes for masked info for guest access

This commit is contained in:
JonnyWong16 2017-11-01 19:13:54 -07:00
commit ef6ef868e0
6 changed files with 85 additions and 59 deletions

View file

@ -15,9 +15,6 @@
<link href="${http_root}css/bootstrap3/bootstrap.css" rel="stylesheet">
<link href="${http_root}css/pnotify.custom.min.css" rel="stylesheet" />
<link href="${http_root}css/plexpy.css" rel="stylesheet">
% if _session['user_group'] == 'admin' and plexpy.CONFIG.PMS_PLEXPASS:
<link href="${http_root}css/plexpy-admin.css" rel="stylesheet">
% endif
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
<link href="${http_root}css/font-awesome.min.css" rel="stylesheet">
${next.headIncludes()}