summaryrefslogtreecommitdiff
path: root/templates/layout.xi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.xi')
-rw-r--r--templates/layout.xi4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.xi b/templates/layout.xi
index 290e7b0..ed8dab8 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -17,7 +17,7 @@
<py:match path="sub:infobox" once="true">
<div id="infobox">
<img src="static/info.png" alt="info"/>
- <p>${select('text()')}</p>
+ <p>${select('text()|*')}</p>
</div>
</py:match>
@@ -25,7 +25,7 @@
<body id="formcont" py:attrs="select('@*')">
${select('sub:infobox')}
<div>
- <img id="logo" src="static/ldap.png" alt="subdap" width="192" height="230"/>
+ <a href="login"><img id="logo" src="static/ldap.png" alt="subdap" width="192" height="230"/></a>
${select('*')}
</div>
</body>