From 64298ca8996e4434e646689f5d81e6ff810d5b3c Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 7 Nov 2017 15:34:09 +0100 Subject: [PATCH] don't hardcode service URL --- templates/web/index.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index 4726654..8e2015b 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -192,7 +192,7 @@ jQuery(function($){ <body> <header> <ul> - <li class="logo align-left"><a href="accountmanager" title="[% conf.app_name %] home page"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li> + <li class="logo align-left"><a href="[% conf.app_url %]" title="[% conf.app_name %] home page"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li> <li> </li> <li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li> </ul> -- GitLab