|
|
|
@ -16,7 +16,8 @@ from .views import (AppConfigCrud, CasaLegislativaCrud, HelpView, |
|
|
|
RelatorioMateriasPorAnoAutorTipoView, |
|
|
|
RelatorioMateriasPorAutorView, |
|
|
|
RelatorioMateriasTramitacaoView, |
|
|
|
RelatorioPresencaSessaoView) |
|
|
|
RelatorioPresencaSessaoView, |
|
|
|
SearchView) |
|
|
|
|
|
|
|
app_name = AppConfig.name |
|
|
|
|
|
|
|
@ -100,6 +101,6 @@ urlpatterns = [ |
|
|
|
name='login'), |
|
|
|
url(r'^logout/$', views.logout, {'next_page': '/login'}, name='logout'), |
|
|
|
|
|
|
|
url(r'^sistema/search/', include('haystack.urls')), |
|
|
|
url(r'^sistema/search/', SearchView(), name='search_view'), |
|
|
|
|
|
|
|
] + recuperar_senha |
|
|
|
|