Talitha Pumar
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/norma/forms.py
|
|
@ -172,7 +172,6 @@ class NormaJuridicaForm(ModelForm): |
|
|
return texto_integral |
|
|
return texto_integral |
|
|
|
|
|
|
|
|
def save(self, commit=False): |
|
|
def save(self, commit=False): |
|
|
import ipdb; ipdb.set_trace() |
|
|
|
|
|
norma = self.instance |
|
|
norma = self.instance |
|
|
norma.timestamp = timezone.now() |
|
|
norma.timestamp = timezone.now() |
|
|
norma.materia = self.cleaned_data['materia'] |
|
|
norma.materia = self.cleaned_data['materia'] |
|
|
|