From d62a518c9cdb391ead189e7a8b405bcb09cc4722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Wed, 3 May 2023 18:00:14 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20na=20montagem=20de=20URLs?= =?UTF-8?q?=20de=20dom=C3=ADnio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/home/templates/home/openmapdetail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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