mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-07 14:06:06 +01:00
Fix bs-theme html attributes
This commit is contained in:
parent
116da276c7
commit
9e2135e2c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue