Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: show favicon on the Superuser's admin #2497

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

lalver1
Copy link
Member

@lalver1 lalver1 commented Oct 31, 2024

Closes #2443

This PR overrides the admin/base_site.html template to show the favicon in the Superuser's admin page by extending an overridden template.

image

Reviewing

Log in as a Superuser to the admin page, click around the different models and verify that the favicon appears on the pages.

@lalver1 lalver1 self-assigned this Oct 31, 2024
@github-actions github-actions bot added deployment-dev [auto] Changes that will trigger a deploy if merged to dev front-end HTML/CSS/JavaScript and Django templates and removed deployment-dev [auto] Changes that will trigger a deploy if merged to dev labels Oct 31, 2024
Copy link

github-actions bot commented Oct 31, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@lalver1
Copy link
Member Author

lalver1 commented Oct 31, 2024

Oh and I didn't want to forget that this PR uses the same favicon as Benefits as @indexing suggested but we could change it to this one too in the future if we decide to have a different icon.

@lalver1 lalver1 marked this pull request as ready for review October 31, 2024 22:03
@lalver1 lalver1 requested a review from a team as a code owner October 31, 2024 22:03
@lalver1 lalver1 marked this pull request as draft November 4, 2024 16:26
@lalver1 lalver1 marked this pull request as ready for review November 4, 2024 20:39
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@lalver1 lalver1 merged commit ef813de into main Nov 5, 2024
10 checks passed
@lalver1 lalver1 deleted the fix/favicon-superuser-admin branch November 5, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end HTML/CSS/JavaScript and Django templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

favicon doesn't show up on the Superuser's admin
2 participants