kopia lustrzana https://github.com/wagtail/wagtail
Merge pull request #3460 from rosco77/patch-1
[Docs] Removes common prefix from i18n_patterns.pull/3415/head
commit
8cf37bc877
|
@ -89,7 +89,7 @@ This feature is enabled through the project's root URL configuration. Just put t
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
urlpatterns += i18n_patterns('',
|
urlpatterns += i18n_patterns(
|
||||||
# These URLs will have /<language_code>/ appended to the beginning
|
# These URLs will have /<language_code>/ appended to the beginning
|
||||||
|
|
||||||
url(r'^search/$', 'search.views.search', name='search'),
|
url(r'^search/$', 'search.views.search', name='search'),
|
||||||
|
|
Ładowanie…
Reference in New Issue