We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b3f32f + ea68e4e commit 721f555Copy full SHA for 721f555
api/templates/admin/base.html
@@ -4,6 +4,10 @@
4
<head>
5
<title>{% block title %}{% endblock %}</title>
6
<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% static "admin/css/base.css" %}{% endblock %}" />
7
+ {% block dark-mode-vars %}
8
+ <link rel="stylesheet" href="{% static "admin/css/dark_mode.css" %}">
9
+ <script src="{% static "admin/js/theme.js" %}" defer></script>
10
+ {% endblock %}
11
{% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% static "admin/css/rtl.css" %}{% endblock %}" />{% endif %}
12
{% block extrahead %}{% endblock %}
13
{% block responsive %}
0 commit comments