<%-- File : signup_success.html Description : This template is displayed after a user successfully signs up for an account. Tags : All the properties of the user are available on this page, plus Validation => A flag set to true if the user must first validate their account. --%> <%site_title%>: Successful Sign Up <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>SUCCESSFUL SIGN UP<%/header_font%>  
<%body_font%> <%if Validation%> <%body_font%>Thanks, an email has been sent to you with a validation code. Once you receive it, you'll need to enter a validation code. <%else%>

You have now successfully registered.

<%endif%>


 
<%include include_menu.html%>
<%include include_footer.html%>