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/elements/tr-censustract.html | |
parent | d51f9090afefa9e29200fc1df6e88e8c24a55657 (diff) |
don't look up or display census tracts for non-U.S. addresses, #32249
Diffstat (limited to 'httemplate/elements/tr-censustract.html')
-rw-r--r-- | httemplate/elements/tr-censustract.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-censustract.html b/httemplate/elements/tr-censustract.html index bd014f11b..7a4b34943 100644 --- a/httemplate/elements/tr-censustract.html +++ b/httemplate/elements/tr-censustract.html @@ -1,4 +1,4 @@ -% if ($censustract) { +% if ($location->country eq 'US' and $censustract) { <TR> <TD ALIGN="right"><% mt('Census tract') |h %></TD> <TD COLSPAN=5> |