Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from communitiesuk/fix/bau-add-auth-to-carlis…
Browse files Browse the repository at this point in the history
…le-domain

[BAU] update carlisle auth access to match cumberland
  • Loading branch information
cyrusdobbs authored Dec 4, 2023
2 parents 4394cf8 + f8573f3 commit 41ec3af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ class MIMETYPE(StrEnum):
("Workington", "Cleator Moor", "Millom", "Carlisle", "Carlisle City Centre", "Maryport Town Centre"),
("Town_Deal", "Future_High_Street_Fund"),
),
"carlisle.gov.uk": (("Cumberland Council",), ("Carlisle City Centre",), ("Town_Deal", "Future_High_Street_Fund")),
"carlisle.gov.uk": (
("Cumberland Council",),
("Workington", "Cleator Moor", "Millom", "Carlisle", "Carlisle City Centre", "Maryport Town Centre"),
("Town_Deal", "Future_High_Street_Fund"),
),
"darlington.gov.uk": (("Darlington Borough Council",), ("Darlington",), ("Town_Deal", "Future_High_Street_Fund")),
"derby.gov.uk": (
("Derby City",),
Expand Down

0 comments on commit 41ec3af

Please sign in to comment.