Browse Source

ajusta submenu parlamentar

pull/1208/head
Rogério Frá 9 years ago
committed by GitHub
parent
commit
79993d36f1
  1. 2
      sapl/parlamentares/views.py

2
sapl/parlamentares/views.py

@ -113,7 +113,7 @@ class ProposicaoParlamentarCrud(CrudBaseForListAndDetailExternalAppView):
context = CrudBaseForListAndDetailExternalAppView\ context = CrudBaseForListAndDetailExternalAppView\
.ListView.get_context_data(self, **kwargs) .ListView.get_context_data(self, **kwargs)
context['title'] = context['title'].replace( context['title'] = context['title'].replace(
'Proposições', 'Matérias') 'Proposições', 'Proposições')
return context return context
def get_queryset(self): def get_queryset(self):

Loading…
Cancel
Save