diff options
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/location.html | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index c5509c1a9..13797fe61 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -209,6 +209,14 @@ Example:  %   } else {        <INPUT TYPE="hidden" NAME="censustract" VALUE="<% $opt{censustract} %>">  %   }  +%   if ( $conf->config('tax_district_method') or $object->get('district') ) { +    <TR> +      <<%$th%> ALIGN="right">Tax district<BR>(automatic)</<%$th%>> +      <TD> +        <INPUT TYPE="text" NAME="district" VALUE="<%$object->get('district')%>"> +      </TD> +    </TR> +%   }  % }   <%init> | 
