@ -8,7 +8,7 @@
<html lang="pt-br">
<head>
<link rel="stylesheet" href="{% webpack_static 'sapl/css/header-relatorio.css'%}">
<link rel="stylesheet" href="{% static 'sapl/css/header-relatorio.css'%}">
</head>
<body>
@ -1,6 +1,5 @@
{% load common_tags %}
{% load static %}
{% load webpack_static from webpack_loader %}
<style>
@page{
@ -34,7 +33,7 @@
}
</style>
<link rel="stylesheet" href="{% webpack_static 'sapl/css/relatorio.css'%}">
<link rel="stylesheet" href="{% static 'sapl/css/relatorio.css'%}">
@ -1,8 +1,6 @@
{% load i18n %}
{% load crispy_forms_tags staticfiles %}
@ -40,7 +38,7 @@
<link rel="stylesheet" href="{% webpack_static '/sapl/css/relatorio.css'%}">
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
@ -1,5 +1,4 @@
<!DOCTYPE html>
<meta charset="utf-8">
</meta>
@ -41,7 +40,7 @@