template/registration/registration_complete.html
changeset 27 87910f9bd6ec
parent 9 2c360e775cb0
child 28 2d5e8882b516
equal deleted inserted replaced
26:207e95f41820 27:87910f9bd6ec
    18         margin: 0 1 3px;
    18         margin: 0 1 3px;
    19         padding: 0px 45px;
    19         padding: 0px 45px;
    20     }
    20     }
    21 </style>
    21 </style>
    22         <table>
    22         <table>
    23           Your registration procedure is complete.
    23           Your account has been created. An activation email will be sent
       
    24           soon to the email ID with which you registered. Please visit the link
       
    25           mentioned in the mail to activate your account 
    24         </table>
    26         </table>
    25       <script type="text/javascript">
    27       <script type="text/javascript">
    26 	document.getElementById('id_username').focus();
    28 	document.getElementById('id_username').focus();
    27       </script>
    29       </script>
    28    </div>
    30    </div>