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.
1 parent af04b5c commit 423688bCopy full SHA for 423688b
adminlteui/templates/admin/base.html
@@ -48,7 +48,7 @@
48
<!-- Google Font -->
49
<link rel="stylesheet" href={% static "admin/dist/css/fontgoogle.css" %}>
50
</head>
51
-<body class="hold-transition sidebar-collapse skin-{% if adminlte.skin %}{{ adminlte.skin }}{% else %}blue{% endif %} sidebar-mini {{ adminlte.sidebar_layout }}">
+<body class="hold-transition skin-{% if adminlte.skin %}{{ adminlte.skin }}{% else %}blue{% endif %} sidebar-mini {{ adminlte.sidebar_layout }}">
52
<div class="wrapper">
53
{% if not is_popup %}
54
<header class="main-header">
0 commit comments