Browse Source
Remove comentário não mais necessário
pull/2336/head
Edward
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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): |
|
|
|
|