From eece73ef9ff29078dd896bb65880a110e34ef658 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 May 2013 19:22:11 +0200 Subject: host: untabify --- templates/host.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/host.html b/templates/host.html index 030712f..136ae96 100644 --- a/templates/host.html +++ b/templates/host.html @@ -104,7 +104,7 @@ {% for service_category in services %} - {% if services[service_category] is iterable %} + {% if services[service_category] is iterable %} {% for service in services[service_category] %} {{service}} @@ -112,7 +112,7 @@ {{service_category}} {% endfor %} - {% endif %} + {% endif %} {% else %} no services provoided {% endfor %} -- cgit v1.2.3-1-g7c22