diff --git a/src/notfellchen/urls.py b/src/notfellchen/urls.py index 507d47d..c85176c 100644 --- a/src/notfellchen/urls.py +++ b/src/notfellchen/urls.py @@ -27,6 +27,7 @@ urlpatterns = [ urlpatterns += i18n_patterns ( path("", include("fellchensammlung.urls")), + prefix_default_language = False ) if settings.DEBUG: