From 46c5cb879f88fc89a5a687590ce3ec62cdf0acea Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 May 2013 18:06:25 +0200 Subject: host: fix indentation --- templates/host.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/host.html b/templates/host.html index 368a51b..99f76b7 100644 --- a/templates/host.html +++ b/templates/host.html @@ -99,15 +99,15 @@ {% for service_category in services %} - {% if services[service_category] is iterable %} - {% for service in services[service_category] %} - - {{service}} - default - {{service_category}} - - {% endfor %} - {% endif %} + {% if services[service_category] is iterable %} + {% for service in services[service_category] %} + + {{service}} + default + {{service_category}} + + {% endfor %} + {% endif %} {% else %} no services provoided {% endfor %} -- cgit v1.2.3-1-g7c22