summaryrefslogtreecommitdiff
path: root/templates/select.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/select.html')
-rw-r--r--templates/select.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/select.html b/templates/select.html
index 8b5e47f..1391431 100644
--- a/templates/select.html
+++ b/templates/select.html
@@ -8,11 +8,14 @@
<head>
<title>login</title>
</head>
+ <sub:infobox py:if="message != None">
+ ${message}
+ </sub:infobox>
<sub:bodyform>
<div class="cont">
Hallo ${user['cn']}!
<p class="app"><a href="https://wiki.sublab.org/auth_subdap.php?${tgts['wiki']}"><img src="${url('static/app_wiki.png')}" alt="wiki"/> sublab.org wiki</a></p>
- <p class="app"><a href=""><img src="${url('static/app_subdap.png')}" alt="wiki"/> Benutzerdaten</a></p>
+ <p class="app"><a href="pwchange?username=${user['cn']}"><img src="${url('static/app_password.png')}" alt="pwchange"/> Passwort ändern</a></p>
</div>
</sub:bodyform>
</html>