diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index b142aa690..685523314 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -240,7 +240,7 @@ Example: %# keep a clean copy of the address so we know if we need %# to re-standardize % foreach (qw(address1 city state country zip latitude -% longitude censustract addr_clean) ) { +% longitude censustract district addr_clean) ) { <INPUT TYPE="hidden" NAME="old_<%$pre.$_%>" ID="old_<%$pre.$_%>" VALUE="<% $object->get($_) |h%>"> % } %# Placeholders |