From b3400ad883742f3ee073c1a5d84635477aa0b6d9 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 20 Feb 2024 10:05:45 +0000 Subject: [PATCH] call the Green Party the Green Party everywhere Fixes #473 --- hub/management/commands/import_2024_ppcs.py | 2 +- hub/management/commands/import_last_election_data.py | 4 ++-- hub/management/commands/import_mps.py | 2 +- hub/management/commands/import_mps_appg_data.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hub/management/commands/import_2024_ppcs.py b/hub/management/commands/import_2024_ppcs.py index 1eb8b2f3a..5f8ae507d 100644 --- a/hub/management/commands/import_2024_ppcs.py +++ b/hub/management/commands/import_2024_ppcs.py @@ -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", diff --git a/hub/management/commands/import_last_election_data.py b/hub/management/commands/import_last_election_data.py index 160943f37..a09f9a4fe 100644 --- a/hub/management/commands/import_last_election_data.py +++ b/hub/management/commands/import_last_election_data.py @@ -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", } @@ -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"}, diff --git a/hub/management/commands/import_mps.py b/hub/management/commands/import_mps.py index 708eb270f..c97bdf460 100644 --- a/hub/management/commands/import_mps.py +++ b/hub/management/commands/import_mps.py @@ -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", diff --git a/hub/management/commands/import_mps_appg_data.py b/hub/management/commands/import_mps_appg_data.py index 250b1687a..9b7b09068 100644 --- a/hub/management/commands/import_mps_appg_data.py +++ b/hub/management/commands/import_mps_appg_data.py @@ -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", }