From 7698298a3d12eccc31bb801f6c4f307d3c99a821 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Tue, 10 Jan 2017 22:24:29 -0600 Subject: [PATCH] Set CSS dir for the 404 error page * The current error page that comes up does not correctly link to the CSS files. For example, see the source on http://docs.openstack.org/kilo/networking-guide/scenario_legacy_lb.html. Change-Id: I33aff65da9be156b0c05139fe96a045e660a203d --- www/errorpage.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/errorpage.html b/www/errorpage.html index 23a0e56c2c..97e430ee5a 100644 --- a/www/errorpage.html +++ b/www/errorpage.html @@ -7,6 +7,7 @@ 404 Not Found +{% set cssdir = './common/css/' %} {% include 'templates/css.tmpl' %} {% block content %}