From 2c197c8bd46468003bf623b349b2643457c13bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Mon, 26 May 2025 10:55:22 -0300 Subject: [PATCH] =?UTF-8?q?Acerta=20extends=20de=20templates=20devido=20a?= =?UTF-8?q?=20mudan=C3=A7a=20no=20djbs-theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/home/templates/home/openmap.html | 2 +- sigi/apps/servicos/templates/servicos/casas_atendidas.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sigi/apps/home/templates/home/openmap.html b/sigi/apps/home/templates/home/openmap.html index a792c26..1d9431b 100644 --- a/sigi/apps/home/templates/home/openmap.html +++ b/sigi/apps/home/templates/home/openmap.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "djbs/base.html" %} {% load static i18n djbs_extras %} {% block extrastyle %} diff --git a/sigi/apps/servicos/templates/servicos/casas_atendidas.html b/sigi/apps/servicos/templates/servicos/casas_atendidas.html index 4e2c96a..f38f070 100644 --- a/sigi/apps/servicos/templates/servicos/casas_atendidas.html +++ b/sigi/apps/servicos/templates/servicos/casas_atendidas.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "djbs/base.html" %} {% load static i18n djbs_extras %} {% block extrastyle %}