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

Commit

Permalink
Merge branch 'main' into feature/SMD-151-show-error-state-on-errors-s…
Browse files Browse the repository at this point in the history
…creen
  • Loading branch information
Connor O'Shaughnessy committed Dec 13, 2023
2 parents 3f44bc5 + 4de2b8a commit c7ad877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ class MIMETYPE(StrEnum):
("Yeovil", "Bridgwater", "Glastonbury", "Taunton"),
("Town_Deal", "Future_High_Street_Fund"),
),
"somersetwestandtaunton.gov.uk": (
("Somerset Council",),
("Yeovil", "Bridgwater", "Glastonbury", "Taunton"),
("Town_Deal", "Future_High_Street_Fund"),
),
"southglos.gov.uk": (("South Gloucestershire Council",), ("Kingswood",), ("Town_Deal", "Future_High_Street_Fund")),
"southkesteven.gov.uk": (
("South Kesteven District Council",),
Expand Down

0 comments on commit c7ad877

Please sign in to comment.