summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-10 15:15:28 +0200
committerSimon Rettberg2015-09-10 15:15:28 +0200
commit93d1acd95d1bf99d3f428abdd85078d1bac7119f (patch)
tree03e6169d4f1839b2a34ba9dd5b572a5de1c553b3 /templates
parentAllow registration, add support for creating test accounts, rename satellite ... (diff)
downloadbwlp-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.html2
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>