-
Notifications
You must be signed in to change notification settings - Fork 9
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
Chore: extract common Admin overrides #2430
Conversation
I could group |
I think it's better to have them as separate includes 👍 |
@@ -0,0 +1,3 @@ | |||
{% load i18n static %} | |||
|
|||
<link href="{% static "img/favicon.ico" %}" rel="icon" type="image/x-icon" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe need a future ticket: The favicon doesn't show up on the superuser homepage, but it does for the other admin pages: log in, log out, in-person flow pages.
cc @indexing - Just to confirm, do we want Admin to have the same favicon as Benefits (digital flow)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @machikoyasuda! I'm looking into this to see where favicon gets set in the index
admin page that we see when we log in as a superuser.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes @machikoyasuda. Let's use the same favicon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! I'll create a separate ticket to fix this favicon issue.
79c47ae
to
6ee7e3c
Compare
6ee7e3c
to
4cbc4a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks!
Closes #2425
This PR has a few cleanups. It fixes the indentation of the
usertools
block inagency-base
; extractsfavicon
,Bootstrap
, andstyles.css
for the admin app; and extracts thelogin
andlogged_out
branding.