Skip to content

Commit

Permalink
call the Green Party the Green Party everywhere
Browse files Browse the repository at this point in the history
Fixes #473
  • Loading branch information
struan committed Feb 20, 2024
1 parent 351ad43 commit b3400ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hub/management/commands/import_2024_ppcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Alliance Party of Northern Ireland": "#F6CB2F",
"Conservative Party": "#0087DC",
"Democratic Unionist Party": "#D46A4C",
"Green Party of England and Wales": "#6AB023",
"Green Party": "#6AB023",
"Labour Co-operative": "#E4003B",
"Labour Party": "#E4003B",
"Liberal Democrats": "#FAA61A",
Expand Down
4 changes: 2 additions & 2 deletions hub/management/commands/import_last_election_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Command(BaseCommand):
"dup": "Democratic Unionist Party",
"uup": "Ulster Unionist Party",
"con": "Conservative Party",
"green": "Green Party of England and Wales",
"green": "Green Party",
"pbpa": "People Before Profit Alliance",
}

Expand All @@ -63,7 +63,7 @@ class Command(BaseCommand):
{"title": "Alliance Party of Northern Ireland", "shader": "#F6CB2F"},
{"title": "Conservative Party", "shader": "#0087DC"},
{"title": "Democratic Unionist Party", "shader": "#D46A4C"},
{"title": "Green Party of England and Wales", "shader": "#6AB023"},
{"title": "Green Party", "shader": "#6AB023"},
{"title": "Labour Co-operative", "shader": "#E4003B"},
{"title": "Labour Party", "shader": "#E4003B"},
{"title": "Liberal Democrats", "shader": "#FAA61A"},
Expand Down
2 changes: 1 addition & 1 deletion hub/management/commands/import_mps.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Alliance Party of Northern Ireland": "#F6CB2F",
"Conservative Party": "#0087DC",
"Democratic Unionist Party": "#D46A4C",
"Green Party of England and Wales": "#6AB023",
"Green Party": "#6AB023",
"Labour Co-operative": "#E4003B",
"Labour Party": "#E4003B",
"Liberal Democrats": "#FAA61A",
Expand Down
2 changes: 1 addition & 1 deletion hub/management/commands/import_mps_appg_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Labour (Co-op)": "Labour Co-operative",
"Independent": "independent politician",
"Alliance": "Alliance Party of Northern Ireland",
"Green Party": "Green Party of England and Wales",
"Green Party": "Green Party",
"Speaker": "Speaker of the House of Commons",
"Social Democratic & Labour Party": "Social Democratic and Labour Party",
}
Expand Down

0 comments on commit b3400ad

Please sign in to comment.