8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-02 12:14:05 +00:00

Englicise l'url de recherche avancée

This commit is contained in:
Maël Kervella 2017-11-02 13:43:15 +00:00
parent a2569f4cc2
commit 9dc89c3a69

View file

@ -28,5 +28,5 @@ from . import views
urlpatterns = [
url(r'^$', views.search, name='search'),
url(r'^avance/$', views.searchp, name='searchp'),
url(r'^advance/$', views.searchp, name='searchp'),
]