horizon/horizon/templatetags
Sam Betts 48a257185b Use WEBROOT setting for the 500 page home button
The home button on the 500 page currently links to "/" which is not
always the true app root, in settings we define a WEBROOT
variable so that we can inform the app of its actual location.

This patch uses that variable to set href location for the home link
on the 500 page, so it will be acurate for all cases.

To make this possible the load_conf template tag now returns conf
itself instead of conf.HORIZON_CONFIG giving the template access to
more of the settings including WEBROOT.

Change-Id: I9d42ac8eeb7f2bf558ba86440fd5ae85ef591568
Closes-Bug: 1427903
2015-03-30 13:55:28 +01:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
branding.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
form_helpers.py Fix dynamic select layout when help block is displayed 2014-10-21 08:35:14 -05:00
horizon.py Use WEBROOT setting for the 500 page home button 2015-03-30 13:55:28 +01:00
parse_date.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
shellfilter.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
sizeformat.py Replaced hard coded values with oslo_utils.units constants 2015-02-27 14:49:32 -05:00
truncate_filter.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00