diff options
author | Simon Rettberg | 2015-09-10 15:15:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-10 15:15:28 +0200 |
commit | 93d1acd95d1bf99d3f428abdd85078d1bac7119f (patch) | |
tree | 03e6169d4f1839b2a34ba9dd5b572a5de1c553b3 /templates | |
parent | Allow registration, add support for creating test accounts, rename satellite ... (diff) | |
download | bwlp-webadmin-93d1acd95d1bf99d3f428abdd85078d1bac7119f.tar.gz bwlp-webadmin-93d1acd95d1bf99d3f428abdd85078d1bac7119f.tar.xz bwlp-webadmin-93d1acd95d1bf99d3f428abdd85078d1bac7119f.zip |
Adapt to master-server changes (Db scheme)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/guest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/guest.html b/templates/main/guest.html index 14cc902..3788633 100644 --- a/templates/main/guest.html +++ b/templates/main/guest.html @@ -1,7 +1,7 @@ <div class="form-narrow"> Sie sind nicht authentifiziert. Bitte wählen Sie: <ul> - <li><a href="shib/">Anmelden oder registrieren über bwIDM</a></li> + <li><a href="{{prefix}}shib/">Anmelden oder registrieren über bwIDM</a></li> <li><a href="?do=Login">Anmelden mit einem bwLehrpool-Testaccount</a></li> </ul> </div> |