Résultats de recherche beaucoup presque au point

This commit is contained in:
Evarin 2017-06-19 00:04:13 +02:00
parent 647f106632
commit c9beee1f29
12 changed files with 246 additions and 87 deletions

View file

@ -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)),
]