diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-05-16 12:05:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-05-16 14:07:53 +0100 |
commit | bf062b508081521201cf315f483b7aee3a6a0c7b (patch) | |
tree | 01e4284d97b31c6d7fdb9a3a0c7be50d08bb4d26 /templates | |
parent | 825a60275017e7cbf1bab54d350e9019102ef348 (diff) |
Add MAPIT_GENERATION variable, to pin whitelist.
Otherwise, when MapIt Global is updated, the 'point' lookup, as it only
returns the current generation by default, might no longer return the
areas present in the whitelist.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/config_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/admin/config_page.html b/templates/web/default/admin/config_page.html index f198de2af..83300e4db 100644 --- a/templates/web/default/admin/config_page.html +++ b/templates/web/default/admin/config_page.html @@ -84,6 +84,7 @@ running version <strong>[% git_version || 'unknown' %]</strong>. [% INCLUDE with_cobrand value="MAPIT_TYPES" cob = c.cobrand.area_types %] [% INCLUDE just_value value="MAPIT_ID_WHITELIST" %] +[% INCLUDE just_value value="MAPIT_GENERATION" %] [% INCLUDE with_cobrand value="MAPIT_TYPES_CHILDREN" cob = c.cobrand.area_types_children %] |