Add redirect demo

This commit is contained in:
Dana Lambert 2021-11-11 13:26:04 +13:00 committed by Alistair McIntyre
parent f5629f1def
commit 044f7c78ea
8 changed files with 70 additions and 22 deletions

View file

@ -690,7 +690,7 @@
"name": "SPRAY ZONE",
"variant": "Coastal",
"refined_variant": "Bush Edge",
"redirect_habitat": null,
"redirect_habitat": 2,
"ignore_soil_order_filter": false,
"ignore_location_filter": false
}

View file

@ -16,5 +16,14 @@
"name": "Salt Marsh",
"image_filename": "03-coastal-grass-reeds-scrub.png"
}
},
{
"model": "api.habitatimage",
"pk": 3,
"fields": {
"habitat": 2,
"name": "Bush Hillsides",
"image_filename": "07-riparian-bush-hillsides.png"
}
}
]