Victor Fabre
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
1 deletions
-
sapl/templates/email/acompanhar.html
-
sapl/templates/email/acompanhar_documento.html
-
sapl/templates/email/tramitacao.html
-
sapl/templates/protocoloadm/comprovante.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,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,5 +1,6 @@ |
|
|
|
{% load i18n %} |
|
|
|
{% load static %} |
|
|
|
{% load webpack_static from webpack_loader %} |
|
|
|
<html> |
|
|
|
<head></head> |
|
|
|
<body bgcolor='#ffffff'> |
|
|
|
|
|
@ -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 { |
|
|
|