Browse Source

Update views.py

pull/2131/head
Talitha Pumar 7 years ago
committed by GitHub
parent
commit
b41594e1df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sapl/parlamentares/views.py

2
sapl/parlamentares/views.py

@ -277,7 +277,7 @@ def parlamentares_frente_selected(request):
return JsonResponse({'id_list': list(lista_parlamentar_id)})
class FrenteCrud(Crud):
class FrenteCrud(CrudAux):
model = Frente
help_topic = 'tipo_situa_militar'
public = [RP_DETAIL, RP_LIST]

Loading…
Cancel
Save