Skip to content

Commit

Permalink
fix incorrect CA transport graphic path
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Jul 15, 2024
1 parent 9a4998d commit f9f75dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scoring/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ class SectionView(PrivateScorecardsAccessMixin, SearchAutocompleteMixin, DetailV
},
"s2_tran_ca": {
"pdf": {
"src_pdf": "scoring/img/social-graphics/ca-transport/transport-graphic.pdf",
"src_jpg": "scoring/img/social-graphics/ca-transport/transport-graphic.jpg",
"src_pdf": "scoring/img/social-graphics/ca-transport/ca-transport-graphic.pdf",
"src_jpg": "scoring/img/social-graphics/ca-transport/ca-transport-graphic.jpg",
"height": 1125,
"width": 2000,
},
Expand Down

0 comments on commit f9f75dd

Please sign in to comment.