16 lines
519 B
Markdown
16 lines
519 B
Markdown
# 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.
|
|
|
|
---
|