Browse Source

Merge branch '3.1.x' into tipo_votacao_multiplas_materias

pull/3781/head
cristian-longhi 2 months ago
committed by GitHub
parent
commit
bd3b81b6df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      sapl/utils.py

3
sapl/utils.py

@ -594,7 +594,6 @@ TIPOS_TEXTO_PERMITIDOS = (
'application/x-vnd.oasis.opendocument.text',
'application/pdf',
'application/x-pdf',
'application/zip',
'application/acrobat',
'applications/vnd.pdf',
'text/pdf',
@ -608,9 +607,7 @@ TIPOS_TEXTO_PERMITIDOS = (
'application/msword',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/xml',
'application/octet-stream',
'text/xml',
'text/html',
)
TIPOS_IMG_PERMITIDOS = (

Loading…
Cancel
Save