sideabar fixed in dhjanog

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-14 23:43:10 +00:00
parent 78f71558ed
commit aa48a55504
21 changed files with 703 additions and 71 deletions

15
PENDING-ISSUES.md Normal file
View File

@@ -0,0 +1,15 @@
# Pending Issues
**Last Updated:** December 14, 2025
---
## 🔴 Django Admin - Logo Missing on Subpages
**Issue:** "IGNY8 Admin" logo with rocket icon appears on homepage but not on model list/detail/edit pages.
**Expected:** Logo should appear consistently across all admin pages (homepage, app index, and all model subpages).
**Status:** Fix implemented by calling `admin_site.each_context()` in `Igny8ModelAdmin._inject_sidebar_context()` to get full Unfold branding context. Needs testing verification.
---