summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYves Müller <uves@spline.de>2013-08-14 11:11:43 +0200
committerroot <root@vm-staticweb.spline.inf.fu-berlin.de>2013-08-14 11:11:43 +0200
commit9159492e38a46a36a861600427f0589f2c4ec180 (patch)
tree59b135a542bcebc415dd249eb6024cc7eabe0402 /templates
parent8993442d0a9a480c57774a3496f58d66ed9e6f8a (diff)
downloadwww-9159492e38a46a36a861600427f0589f2c4ec180.tar.gz
www-9159492e38a46a36a861600427f0589f2c4ec180.tar.bz2
www-9159492e38a46a36a861600427f0589f2c4ec180.zip
render also maintainers that are not spline members
Diffstat (limited to 'templates')
-rw-r--r--templates/host.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/host.html b/templates/host.html
index 09c4f9d..bf30fd2 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -37,8 +37,10 @@
<dt>maintainers</dt>
<dd>
{% for maintainer in maintainers %}
- <a href="mailto:{{maintainer}}@spline.de">{{maintainer}}</a>{% if not loop.last %}, {% endif %}
- {% endfor %}
+ {% set name, mail = get_contact_info(maintainer) %}
+ <a href="mailto:{{mail}}">{{name}}</a>
+ {% if not loop.last %}, {% endif %}
+ {% endfor %}
</dd>
{% endif %}
{% if groups is defined %}