diff --git a/sapl/protocoloadm/forms.py b/sapl/protocoloadm/forms.py index 14575121f..afc46bbcd 100644 --- a/sapl/protocoloadm/forms.py +++ b/sapl/protocoloadm/forms.py @@ -1138,7 +1138,6 @@ class DocumentoAdministrativoForm(FileFieldCheckMixin, ModelForm): ano=ano_documento, caractere_identificador=caractere_identificador).exists() - import pdb;pdb.set_trace() if doc_exists: self.logger.error("DocumentoAdministrativo (numero={}, tipo={} e ano={}) já existe." .format(numero_documento, tipo_documento, ano_documento)) diff --git a/sapl/templates/protocoloadm/documentoadministrativo_form.html b/sapl/templates/protocoloadm/documentoadministrativo_form.html index 627271dcf..64f51ce2b 100644 --- a/sapl/templates/protocoloadm/documentoadministrativo_form.html +++ b/sapl/templates/protocoloadm/documentoadministrativo_form.html @@ -3,16 +3,18 @@ {% block extra_js %}