summaryrefslogtreecommitdiffstats
path: root/templates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.html')
-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 %}