]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix bs-theme html attributes
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 14 Sep 2023 21:01:04 +0000 (14:01 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 14 Sep 2023 21:51:02 +0000 (14:51 -0700)
src/documents/templates/index.html

index 4165a079af05dae34441af5c66c1a639afa89389..9e6214ed82a94f10b5ddcda23e1e131a8ab0c519 100644 (file)
@@ -3,7 +3,7 @@
 {% load static %}
 {% load i18n %}
 
-<html lang="en">
+<html lang="en" data-bs-theme="auto">
 <head>
        <meta charset="utf-8">
        <title>Paperless-ngx</title>
@@ -17,8 +17,8 @@
        <link rel="stylesheet" href="{% static styles_css %}">
        <link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
 </head>
-<body class="color-scheme-system">
        <app-root>
+<body>
                <script type="text/javascript">
                        setTimeout(() => {
                                let warning = document.getElementsByClassName('warning').item(0)