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