diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-26 16:55:41 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-26 16:55:41 -0800 |
commit | 0f0bc1ef7aafc6b3869c0f71ee2528c1c9897ce6 (patch) | |
tree | b7a70adbcac67c46bff79f0930d5a6ed2104a73f /httemplate/elements/tr-censustract.html | |
parent | 79df9da17cf54366ef027a941c131cb1a016068e (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> |