Browse Source

Fix #880

pull/886/head
Eduardo Calil 8 years ago
parent
commit
53d98a65aa
  1. 2
      sapl/settings.py
  2. 3
      sapl/templates/protocoloadm/layouts.yaml

2
sapl/settings.py

@ -270,4 +270,4 @@ def excepthook(*args):
logging.getLogger(BASE_DIR.name).error( logging.getLogger(BASE_DIR.name).error(
'Uncaught exception:', exc_info=args) 'Uncaught exception:', exc_info=args)
sys.excepthook = excepthook # sys.excepthook = excepthook

3
sapl/templates/protocoloadm/layouts.yaml

@ -16,7 +16,8 @@ DocumentoAdministrativo:
DocumentoAcessorioAdministrativo: DocumentoAcessorioAdministrativo:
{% trans 'Documento Acessório' %}: {% trans 'Documento Acessório' %}:
- tipo nome data - documento tipo
- nome data
- autor - autor
- arquivo - arquivo
- assunto - assunto

Loading…
Cancel
Save