diff --git a/sigi/apps/home/templates/home/openmapdetail.html b/sigi/apps/home/templates/home/openmapdetail.html index 73c24e0..c79008c 100644 --- a/sigi/apps/home/templates/home/openmapdetail.html +++ b/sigi/apps/home/templates/home/openmapdetail.html @@ -42,6 +42,6 @@ {% endif %} {% if orgao.servico_set.all %} - Serviços{% for s in servicos.all %}{% if s.url %}{{ s }}{% else %}{{ s }}{% endif %}{% if not forloop.last %}, {% endif %}{% endfor %} + Serviços{% for s in servicos.all %}{% if s.url %}{{ s }}{% else %}{{ s }}{% endif %}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %} \ No newline at end of file