<%-- File : validate_form.html Description : This template is used when a user is validating their account. Tags : The only special tag is: error => A message saying the account could not be validated. --%> <%site_title%>: Validation <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>VALIDATION<%/header_font%>  
<%if error%>

<%error_font%><%error%>

<%endif%> <%body_font%> To validate your account, please enter the code you were provided:
<%body_font%>Code:
<%body_font%>
<%include include_menu.html%>
<%include include_footer.html%>