mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
Support 202109 (#1064)
* Block registering private ASN ranges * Add a continental region field for facilities #1007 * Incorrect order of search results #232 * Allow users to upload a small logo to their record #346 * Sponsor badge CSS and text translation issues #453 * IXP and Facility summary #18 * poetry relock * linting * add libgcc * lint * bump version to 2.31.0-beta Co-authored-by: Stefan Pratter <stefan@20c.com> Co-authored-by: David Poarch <dpoarch@20c.com>
This commit is contained in:
@@ -113,7 +113,11 @@ def sponsorships(request):
|
||||
|
||||
sponsors = {}
|
||||
for org, sponsorship in Sponsorship.active_by_org():
|
||||
sponsors[org.id] = {"id": org.id, "name": sponsorship.label.lower()}
|
||||
sponsors[org.id] = {
|
||||
"id": org.id,
|
||||
"name": sponsorship.label.lower(),
|
||||
"css": sponsorship.css,
|
||||
}
|
||||
|
||||
return JsonResponse(
|
||||
{
|
||||
|
Reference in New Issue
Block a user