From bcebafb48c6d0d0ee23114ec1fbe7a8ae60e86ab Mon Sep 17 00:00:00 2001 From: Peter Keeling <61510609+pmk01@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:36:30 +0100 Subject: [PATCH] Party emblem update --- ynr/apps/parties/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ynr/apps/parties/constants.py b/ynr/apps/parties/constants.py index f00d79e49..63fec2ea7 100644 --- a/ynr/apps/parties/constants.py +++ b/ynr/apps/parties/constants.py @@ -62,6 +62,8 @@ "PP1951": 8015, #Propel "PP12731": 7769, + # Chesterfield And North Derbyshire Independents (CANDI) + "PP2883": 4670, } JOINT_DESCRIPTION_REGEX = r"^(.*?) \(joint descriptions? with\s?(.*)\)"