From 8928174f26cc0b3ea170f54c8ef7fc21e00e0a50 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 27 May 2019 10:46:58 -0300 Subject: [PATCH] HOT-FIX: corrige leitura de imagem do frontend --- sapl/templates/sessao/pauta_sessao_filter.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sapl/templates/sessao/pauta_sessao_filter.html b/sapl/templates/sessao/pauta_sessao_filter.html index d041ce241..e12379cce 100644 --- a/sapl/templates/sessao/pauta_sessao_filter.html +++ b/sapl/templates/sessao/pauta_sessao_filter.html @@ -1,7 +1,8 @@ {% extends "crud/detail.html" %} {% load i18n %} {% load crispy_forms_tags %} -{% load i18n staticfiles %} +{% load i18n %} +{% load webpack_static from webpack_loader %} {% block sections_nav %} {% endblock %} @@ -24,7 +25,7 @@ {% for s in page_obj %} {{s}}
- + {% endfor %}