diff options
-rw-r--r-- | httemplate/elements/location.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 13797fe61..c606523f0 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -204,6 +204,7 @@ Example: <TR><<%$th%> ALIGN="right">Census tract<BR>(automatic)</<%$th%>> <TD> <INPUT TYPE="text" NAME="censustract" VALUE="<% $opt{censustract} %>"> + <INPUT TYPE="hidden" NAME="censusyear" VALUE="<% $object->get('censusyear') %>"> </TD> </TR> % } else { |