mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #521] django admin layout defect #373
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/521
Since some change recently, the layout of the django admin is defect:
IIRC, I didn't change any CSS or anything related to this, so guess this is some unexpected collateral damage of another change.
Here's how the "Hosts" view looks like (I searched for a special host to not show arbitrary hosts for privacy reasons):
Recent changes:
local_settings.py.@ThomasWaldmann commented on GitHub (Apr 15, 2023):
@nougad do you also have this issue on your site?
@ThomasWaldmann commented on GitHub (Apr 15, 2023):
This is the piece of html injected between header and content that either shouldn't be there or at least should be hidden:
@ThomasWaldmann commented on GitHub (Apr 15, 2023):
Ah, I forgot to run
django-admin collectstatic --settings=local_settings.Now it looks better: