mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix locale discovery by django app
This commit is contained in:
		@@ -90,7 +90,7 @@ urlpatterns = [
 | 
			
		||||
 | 
			
		||||
    # Frontend assets TODO: this is pretty bad, but it works.
 | 
			
		||||
    path('assets/<path:path>',
 | 
			
		||||
         RedirectView.as_view(url='/static/frontend/en-us/assets/%(path)s')),
 | 
			
		||||
         RedirectView.as_view(url='/static/frontend/en-US/assets/%(path)s')),
 | 
			
		||||
    # TODO: with localization, this is even worse! :/
 | 
			
		||||
 | 
			
		||||
    # login, logout
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user