diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-14 16:21:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-14 16:21:34 +0100 |
commit | 35517426ec00aeb98d7ef3b5f1a27f3035209beb (patch) | |
tree | a6290087cf3e6724f3c2f6835a364a4ddebe3803 /data | |
parent | d88179c56e7f3141533d5da91a0028486495c9b4 (diff) |
move wards to json file
Diffstat (limited to 'data')
-rw-r--r-- | data/dashboard.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/dashboard.json b/data/dashboard.json index c921950be..31214ec8f 100644 --- a/data/dashboard.json +++ b/data/dashboard.json @@ -1,4 +1,10 @@ { + "wards": { + "1": { "id": 1, "name": "West Ward" }, + "2": { "id": 2, "name": "East Ward" }, + "3": { "id": 3, "name": "North Ward" }, + "4": { "id": 4, "name": "South Ward" } + }, "category_options": [ "Abandoned vehicles", "Grafitti", |