Skip to content
Snippets Groups Projects
Commit 64298ca8 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

don't hardcode service URL

parent 189b85c5
No related branches found
No related tags found
No related merge requests found
......@@ -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>&nbsp;</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment