8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-20 09:32:29 +00:00

Corrige l'url pour avoir un nom anglais

This commit is contained in:
Maël Kervella 2017-11-03 22:15:07 +00:00
parent 5e3417cf17
commit 955eed1622

View file

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