Skip to content
Snippets Groups Projects
Commit 6ad235a4 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

url geoportal passe pas dans i18n

parent a32984c4
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ urlpatterns = [
path('service/proxy/', ServiceProxyView.as_view()),
path('i18n/', include('django.conf.urls.i18n')),
path('_nested_admin/', include('nested_admin.urls')),
] + i18n_patterns(
path('geoportal/', include('onegeo_rproxy_mapstore2.urls')),
] + i18n_patterns(
path('usergroup/', include('onegeo_suite.contrib.onegeo_usergroup.urls')),
path('organisation/', include('onegeo_suite.contrib.onegeo_organisation.urls')),
path('login/', include('onegeo_suite.contrib.onegeo_login.urls')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment