mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 23:08:03 +01:00
Merge branch 'dev' into feature-localization
This commit is contained in:
commit
1b8c4bb1a5
24 changed files with 82 additions and 39 deletions
|
|
@ -12,7 +12,9 @@
|
|||
<meta name="full_name" content="{{full_name}}">
|
||||
<meta name="cookie_prefix" content="{{cookie_prefix}}">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="{% static styles_css %}"></head>
|
||||
<link rel="manifest" href="{% static 'frontend/manifest.webmanifest' %}">
|
||||
<link rel="stylesheet" href="{% static styles_css %}">
|
||||
</head>
|
||||
<body>
|
||||
<app-root>Loading...</app-root>
|
||||
<script src="{% static runtime_js %}" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue