mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix #600
This commit is contained in:
		| @@ -15,7 +15,7 @@ | ||||
|   <link rel="icon" type="image/x-icon" href="favicon.ico"> | ||||
|   <link rel="manifest" href="{% static webmanifest %}"> | ||||
| 	<link rel="stylesheet" href="{% static styles_css %}"> | ||||
| 	<link rel="apple-touch-icon" href="apple-touch-icon.png"> | ||||
| 	<link rel="apple-touch-icon" href="{% static apple_touch_icon %}"> | ||||
| </head> | ||||
| <body> | ||||
|   <app-root>{% translate "Paperless-ng is loading..." %}</app-root> | ||||
|   | ||||
| @@ -89,6 +89,7 @@ class IndexView(TemplateView): | ||||
|         context['polyfills_js'] = f"frontend/{self.get_language()}/polyfills.js"  # NOQA: E501 | ||||
|         context['main_js'] = f"frontend/{self.get_language()}/main.js" | ||||
|         context['webmanifest'] = f"frontend/{self.get_language()}/manifest.webmanifest"  # NOQA: E501 | ||||
|         context['apple_touch_icon'] = f"frontend/{self.get_language()}/apple-touch-icon.png"  # NOQA: E501 | ||||
|         return context | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler