-
Notifications
You must be signed in to change notification settings - Fork 963
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
Use EthicalAds to display PSF sponsor logos at sponsor page #10819
base: main
Are you sure you want to change the base?
Use EthicalAds to display PSF sponsor logos at sponsor page #10819
Conversation
<p>{{ sponsor.level_name|default("---", true) }}</p> | ||
<label for="{{ input_id }}" class="col-sm-2 align-right">Level Order</label> | ||
<p>{{ sponsor.level_order|default("---", true) }}</p> | ||
<label for="{{ input_id }}" class="col-sm-2 align-right">Slug</label> |
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.
The four labels have the same for
attribute, which seems like a bug
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.
But the real issue here is probably the use of labels outside of a form!
#13953 fixed the task, so now it's running correctly. Is this PR still desirable? |
@miketheman I've been away from the project for a while, but I'm 100% sure @ewdurbin can answer you better. |
Yeah, I think we'd want to proceed with this! |
This PR is a #10766 follow-up. Its core is the update on sponsors page to display PSF sponsors logo from EthicalAds instead of using from pypi's static images. This PR also improves sponsor detail admin by displaying the information from logo placement's API as read-only data. Here's a screen shot of how it looks like: