Move admin CSS to separate file

This commit is contained in:
JonnyWong16 2017-10-30 23:00:45 -07:00
parent 567bba0c44
commit f0ca7385b9
5 changed files with 19 additions and 18 deletions

View file

@ -15,6 +15,9 @@
<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()}