From 79ae262d0ac0d0a4501a18678bd01b002c7fc24f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 12 Jul 2017 08:56:09 +0200 Subject: [PATCH] [www] Fix CSS of admin/index Fix path so that the page is rentered correctly. Change-Id: Ie0f83399148bd9010d75d593cc64601b8cf4e234 --- www/admin/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/admin/index.html b/www/admin/index.html index 45654a6cb6..c017cab1a4 100644 --- a/www/admin/index.html +++ b/www/admin/index.html @@ -1,7 +1,7 @@ {% set series = 'latest' %} {% set projects = PROJECT_DATA[series] %} -{% set scriptdir = './common/js/' %} -{% set cssdir = './common/css/' %} +{% set scriptdir = '../common/js/' %} +{% set cssdir = '../common/css/' %} {% extends "templates/base.tmpl" %} {% block pagetitle %}Administrator Guides{% endblock %} {% block title %}