mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fix bs-theme html attributes
This commit is contained in:
parent
116da276c7
commit
9e2135e2c7
@ -3,7 +3,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en" data-bs-theme="auto">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Paperless-ngx</title>
|
<title>Paperless-ngx</title>
|
||||||
@ -17,8 +17,8 @@
|
|||||||
<link rel="stylesheet" href="{% static styles_css %}">
|
<link rel="stylesheet" href="{% static styles_css %}">
|
||||||
<link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
|
<link rel="apple-touch-icon" href="{% static apple_touch_icon %}">
|
||||||
</head>
|
</head>
|
||||||
<body class="color-scheme-system">
|
|
||||||
<app-root>
|
<app-root>
|
||||||
|
<body>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let warning = document.getElementsByClassName('warning').item(0)
|
let warning = document.getElementsByClassName('warning').item(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user