Browse Source

Remove comentário não mais necessário

pull/2336/head
Edward 7 years ago
committed by GitHub
parent
commit
304a02aca5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sapl/materia/forms.py

1
sapl/materia/forms.py

@ -1333,7 +1333,6 @@ class ProposicaoForm(forms.ModelForm):
inst.texto_original.path, str(inst.pk))
elif inst.texto_articulado.exists():
ta = inst.texto_articulado.first()
# FIXME hash para textos articulados
inst.hash_code = 'P' + ta.hash() + SEPARADOR_HASH_PROPOSICAO + str(inst.pk)
def clean(self):

Loading…
Cancel
Save