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:
parent
e49fd473eb
commit
1eb1b731db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue