snapshot: preserve bilingual core UI and gettext workflow state
This commit is contained in:
@@ -5,6 +5,7 @@ from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('', include('workflows.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user