ipsilon: set the full path to the theme directory

Currently we let ipsilon's magic load the tempate and asset from
that variable and it looks like it's somehow not doing what we want
with the asset since we can't access the fedora-authn-logo and the
login.css of the Fedora theme.
So let's see if using the full path to the directory helps or not.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-08-12 09:44:51 +02:00
parent e49fd473eb
commit 1eb1b731db

View file

@ -1,7 +1,7 @@
[global]
debug = True
tools.log_request_response.on = False
theme_dir = "themes/Fedora"
theme_dir = "/usr/share/ipsilon/themes/Fedora"
template_dir = "/usr/share/ipsilon/templates"
log.screen = True