diff --git a/corporate/views/portico.py b/corporate/views/portico.py index 22cedc0ebc..cd435f3d64 100644 --- a/corporate/views/portico.py +++ b/corporate/views/portico.py @@ -92,7 +92,7 @@ def team_view(request: HttpRequest) -> HttpResponse: with open(settings.CONTRIBUTOR_DATA_FILE_PATH, "rb") as f: data = orjson.loads(f.read()) except FileNotFoundError: - data = {"contributors": {}, "date": "Never ran."} + data = {"contributors": [], "date": "Never ran."} return TemplateResponse( request,