diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-26 16:55:30 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-26 16:55:30 -0800 |
commit | 2d5acabf71d46aa469a6867f294706242c82db98 (patch) | |
tree | 5072d65911c3e4810b8ccfb61df5178f3dcd6348 /httemplate/misc/confirm-censustract.html | |
parent | d51f9090afefa9e29200fc1df6e88e8c24a55657 (diff) |
don't look up or display census tracts for non-U.S. addresses, #32249
Diffstat (limited to 'httemplate/misc/confirm-censustract.html')
-rw-r--r-- | httemplate/misc/confirm-censustract.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 880cade3a..024bc17c4 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -1,3 +1,10 @@ +% if ( !$error and !$new_tract ) { +% # then set_censustract returned nothing +% # because it's not relevant for this address +% # so output nothing (forces confirm_censustract() to continue) +% $m->clear_buffer; +% $m->abort; +% } <CENTER><BR><B> % if ( $error ) { Census tract error |