Browse Source

HOT-FIX: conserta static (#2527)

pull/2529/head
Victor Fabre 6 years ago
committed by GitHub
parent
commit
f5b029259a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sapl/templates/email/acompanhar.html
  2. 1
      sapl/templates/email/acompanhar_documento.html
  3. 1
      sapl/templates/email/tramitacao.html
  4. 2
      sapl/templates/protocoloadm/comprovante.html

1
sapl/templates/email/acompanhar.html

@ -1,5 +1,6 @@
{% load i18n %}
{% load static %}
{% load webpack_static from webpack_loader %}
<html><head></head><body bgcolor='#ffffff'>
<h2 align='center'><b>{{casa_legislativa}}</b>

1
sapl/templates/email/acompanhar_documento.html

@ -1,5 +1,6 @@
{% load i18n %}
{% load static %}
{% load webpack_static from webpack_loader %}
<html><head></head><body bgcolor='#ffffff'>
<h2 align='center'><b>{{casa_legislativa}}</b>

1
sapl/templates/email/tramitacao.html

@ -1,5 +1,6 @@
{% load i18n %}
{% load static %}
{% load webpack_static from webpack_loader %}
<html>
<head></head>
<body bgcolor='#ffffff'>

2
sapl/templates/protocoloadm/comprovante.html

@ -1,7 +1,7 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% load static %}
{% load webpack_static from webpack_loader %}
{% block detail_content %}
<style xmlns:max-width="http://www.w3.org/1999/xhtml">
table {

Loading…
Cancel
Save