summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYves Müller <uves@spline.de>2013-08-14 10:36:00 +0200
committerroot <root@vm-staticweb.spline.inf.fu-berlin.de>2013-08-14 10:36:00 +0200
commit8993442d0a9a480c57774a3496f58d66ed9e6f8a (patch)
treeb0412a05261295c9cad88c8cc6fc7fd9deb63050 /templates
parent89a96ac7f66f39ef5ee6ad9b0c5e7a4b195943ae (diff)
downloadwww-8993442d0a9a480c57774a3496f58d66ed9e6f8a.tar.gz
www-8993442d0a9a480c57774a3496f58d66ed9e6f8a.tar.bz2
www-8993442d0a9a480c57774a3496f58d66ed9e6f8a.zip
fix problem with invalid maintainer list
Diffstat (limited to 'templates')
-rw-r--r--templates/host.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/host.html b/templates/host.html
index d59c05d..09c4f9d 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -33,7 +33,7 @@
{% if vserver_host %}
<dt>vserver_host</dt><dd>{{vserver_host}}</dd>
{% endif %}
- {% if maintainers is defined %}
+ {% if maintainers is iterable %}
<dt>maintainers</dt>
<dd>
{% for maintainer in maintainers %}