Browse Source

fix: altera load staticfiles para static

bump_django
LeandroJatai 5 months ago
parent
commit
467c789630
  1. 2
      sapl/templates/base.html
  2. 2
      sapl/templates/base/auditlog_filter.html
  3. 2
      sapl/templates/materia/statustramitacao_filter.html
  4. 6
      sapl/templates/norma/assuntonorma_filter.html
  5. 2
      sapl/templates/parlamentares/coligacao_filter.html
  6. 2
      sapl/templates/parlamentares/parlamentar_filter.html
  7. 2
      sapl/templates/parlamentares/partido_filter.html
  8. 2
      sapl/templates/relatorios/RelatorioAtas_filter.html
  9. 4
      sapl/templates/relatorios/relatorio_doc_administrativos.html
  10. 2
      sapl/templates/sessao/painel.html
  11. 2
      sapl/templates/sessao/pauta_sessao_list.html
  12. 2
      sapl/templates/widgets/image_thumbnail.html

2
sapl/templates/base.html

@ -1,5 +1,5 @@
<!DOCTYPE html>
{% load i18n staticfiles menus %}
{% load i18n static menus %}
{% load common_tags %}
{% load waffle_tags %}
{% load render_bundle from webpack_loader %}

2
sapl/templates/base/auditlog_filter.html

@ -1,7 +1,7 @@
{% extends "crud/list.html" %}
{% load i18n common_tags %}
{% load tz %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block head_extra_css %}
created {

2
sapl/templates/materia/statustramitacao_filter.html

@ -1,6 +1,6 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block base_content %}
{% if not show_results %}

6
sapl/templates/norma/assuntonorma_filter.html

@ -1,20 +1,20 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block base_content %}
{% if not show_results %}
{% crispy filter.form %}
{% else %}
<div class="actions btn-group float-right btn-group-sm" role="group">
<a
<a
href="{% url 'sapl.norma:pesquisar_assuntonorma' %}"
class="btn btn-outline-primary"
>
{% trans "Fazer nova pesquisa" %}
</a>
{% if not request.user.is_anonymous %}
<a
<a
href="{% url 'sapl.norma:assuntonorma_create' %}"
class="btn btn-outline-primary"
>

2
sapl/templates/parlamentares/coligacao_filter.html

@ -1,6 +1,6 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block base_content %}
{% if not show_results %}

2
sapl/templates/parlamentares/parlamentar_filter.html

@ -1,6 +1,6 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block base_content %}
{% if not show_results %}

2
sapl/templates/parlamentares/partido_filter.html

@ -1,6 +1,6 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags statistaticcfiles %}
{% block base_content %}
{% if not show_results %}

2
sapl/templates/relatorios/RelatorioAtas_filter.html

@ -1,6 +1,6 @@
{% extends "crud/list.html" %}
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% load webpack_static from webpack_loader %}
{% block base_content %}

4
sapl/templates/relatorios/relatorio_doc_administrativos.html

@ -1,7 +1,7 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load crispy_forms_tags staticfiles %}
{% load crispy_forms_tags static %}
{% block content %}
<h2>Documentos Administrativos</h2>
@ -43,4 +43,4 @@
{% else %}
<h3>Nenhum documento encontrado com essas especificações</h3>
{% endif %}
{% endblock content %}
{% endblock content %}

2
sapl/templates/sessao/painel.html

@ -1,6 +1,6 @@
{% extends "crud/detail.html" %}
{% load i18n %}
{% load staticfiles %}
{% load static %}
{% load webpack_static from webpack_loader %}
{% block actions %} {% endblock %}

2
sapl/templates/sessao/pauta_sessao_list.html

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load i18n staticfiles %}
{% load i18n static %}
{% load webpack_static from webpack_loader %}
{% block base_content %}

2
sapl/templates/widgets/image_thumbnail.html

@ -1,4 +1,4 @@
{% load i18n staticfiles thumbnail %}
{% load i18n static thumbnail %}
{% load webpack_static from webpack_loader %}
<div id="div_{{ field.auto_id }}"
class="control-group

Loading…
Cancel
Save