1
0
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:
Matt Griswold
2021-10-12 11:05:25 -05:00
committed by GitHub
parent 5d1f1c455d
commit 0c4ff0b2de
32 changed files with 1159 additions and 260 deletions

View File

@@ -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(
{