diff options
Diffstat (limited to 'templates/main/guest.html')
-rw-r--r-- | templates/main/guest.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/main/guest.html b/templates/main/guest.html new file mode 100644 index 0000000..76b77ab --- /dev/null +++ b/templates/main/guest.html @@ -0,0 +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="?do=Login">Anmelden mit einem bwLehrpool-Testaccount</a></li> + </ul> +</div> |