diff --git a/sapl/templates/protocoloadm/protocolo_filter.html b/sapl/templates/protocoloadm/protocolo_filter.html index 5bf0af952..b51ccfff1 100644 --- a/sapl/templates/protocoloadm/protocolo_filter.html +++ b/sapl/templates/protocoloadm/protocolo_filter.html @@ -3,6 +3,7 @@ {% load tz %} {% load crispy_forms_tags %} {% load static %} +{% load webpack_static from webpack_loader %} {% block actions %} @@ -40,7 +41,7 @@ Protocolo: {{ p.numero|stringformat:'06d' }}/{{ p.ano }}  -   - Etiqueta Individual + Etiqueta Individual {% if p.anulado %}  ** NULO **{% endif %}
Assunto: {{ p.assunto_ementa|default_if_none:"Não informado"}}
diff --git a/sapl/templates/protocoloadm/protocolo_list.html b/sapl/templates/protocoloadm/protocolo_list.html index f525745c5..27c63edc8 100644 --- a/sapl/templates/protocoloadm/protocolo_list.html +++ b/sapl/templates/protocoloadm/protocolo_list.html @@ -3,6 +3,8 @@ {% load tz %} {% load crispy_forms_tags %} {% load static %} + +{% load webpack_static from webpack_loader %} {% block detail_content %} {% if protocolos %} @@ -12,12 +14,12 @@
Protocolo: - + {{ p.numero|stringformat:'06d' }}/{{ p.ano }}   -   - Etiqueta Individual + Etiqueta Individual
Assunto: {{ p.assunto_ementa }}
Data Protocolo: {{ p.data|date:"d/m/Y" }} - Horário: {{ p.timestamp|localtime|date:"H:m:s" }}
diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html index b59a3d8fa..50fdcaffc 100644 --- a/sapl/templates/protocoloadm/protocolo_mostrar.html +++ b/sapl/templates/protocoloadm/protocolo_mostrar.html @@ -3,6 +3,7 @@ {% load tz %} {% load crispy_forms_tags %} {% load static %} +{% load webpack_static from webpack_loader %} {% block actions %} @@ -14,7 +15,7 @@ {% block detail_content %} Protocolo: {{ protocolo.numero|stringformat:'06d' }}/{{ protocolo.ano }} - - Etiqueta Individual
+ Etiqueta Individual
Assunto: {{ protocolo.assunto_ementa|default:"Não informado" }}
{% if protocolo.timestamp %}