Résultats de recherche beaucoup presque au point
This commit is contained in:
parent
647f106632
commit
c9beee1f29
12 changed files with 246 additions and 87 deletions
|
@ -22,6 +22,7 @@ urlpatterns = [
|
|||
name='profil'),
|
||||
url(r'^profil/edit/$', views.ProfilEdit.as_view(), name='profil_edit'),
|
||||
url(r'^recherche/$', views.recherche, name='recherche'),
|
||||
url(r'^recherche/resultats/$', views.recherche_resultats, name='recherche_resultats'),
|
||||
url(r'^feedback/$', views.feedback, name='feedback'),
|
||||
url(r'^api/', include(v1_api.urls)),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue