From 37909927032d48e1550fb9b76ca7cb5a8cdf38e4 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Wed, 6 Feb 2019 21:52:28 -0200 Subject: [PATCH] add webpack blocks no index de painel --- sapl/templates/painel/index.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 76ab6a3b6..3b3264070 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -15,8 +15,14 @@ {% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %} - - {% render_bundle 'global'%} + {% block webpack_loader_css %} + {% render_chunk_vendors 'css' %} + {% render_bundle 'global' 'css' %} + {% endblock webpack_loader_css %} + + {% block webpack_loader_chunks_css %} + {% endblock webpack_loader_chunks_css %} +