We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf99560 commit 7541054Copy full SHA for 7541054
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [1.0.19] 2025-04-12
4
+### Changes
5
+
6
+- Fix Sidebar
7
8
## [1.0.18] 2025-04-12
9
### Changes
10
admin_black/templates/includes/menu-list.html
@@ -7,7 +7,7 @@
</a>
</li>
- {% request.user.is_authenticated %}
+ {% if request.user.is_authenticated %}
11
<li>
12
<a href="{% url 'logout' %}">
13
<i class="tim-icons icon-button-power"></i>
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-black',
-version='1.0.18',
+version='1.0.19',
zip_safe=False,
packages=find_packages(),
14
include_package_data=True,
0 commit comments