Skip to content

Commit 53b1bae

Browse files
committed
Added Waste Reduction and Food infographics
1 parent 99b86d9 commit 53b1bae

12 files changed

+31
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

scoring/views.py

+31
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,37 @@ class SectionView(PrivateScorecardsAccessMixin, SearchAutocompleteMixin, DetailV
797797
},
798798
],
799799
},
800+
"s7_wr_f": {
801+
"pdf": {
802+
"src_pdf": "scoring/img/social-graphics/waste-reduction-and-food/waste-reduction-and-food-graphic.pdf",
803+
"src_jpg": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
804+
"height": 1125,
805+
"width": 2000,
806+
},
807+
"zip": "scoring/img/social-graphics/waste-reduction-and-food/waste-reduction-and-food.zip",
808+
"images": [
809+
{
810+
"src_facebook": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
811+
"src_instagram": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
812+
"alt": "Waste Reduction and Food - Leading the Way. 61% of local authorities provide kerbside food waste recycling to most homes. 57% of local authorities support community food growing initiatives. 43% of local authorities support food surplus redistributions initiatives.",
813+
},
814+
{
815+
"src_facebook": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
816+
"src_instagram": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
817+
"alt": "Waste Reduction and Food - Room for Improvement. 29% of local authorities are part of a sustainable food partnership. 26% of local authorities support circular economy initiatives. 24% of single tier and county councils provide at least one complete vegetarian meal in schools each week.",
818+
},
819+
{
820+
"src_facebook": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
821+
"src_instagram": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
822+
"alt": "Waste Reduction and Food - Falling Behind. 84% of local authorities don't have a sustainable food strategy. 70% of local authorities recycle less than half of their waste from residents. 94% of local authorities send to landfill or incinerate over 300kg of waste per household each year.",
823+
},
824+
{
825+
"src_facebook": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
826+
"src_instagram": "scoring/img/social-graphics/waste-reduction-and-food/[email protected]",
827+
"alt": "Waste Reduction and Food - Average Scores by Council Type. Single Tier councils score 37%, District councils score 23%, County councils score 30%, and Northern Ireland councils score 35%",
828+
},
829+
],
830+
},
800831
}
801832

802833
alt_map = dict((ca, non_ca) for non_ca, ca in combined_alt_map.items())

0 commit comments

Comments
 (0)