project/templates/registration/activate.html
changeset 26 e3e4bcbc7c19
parent 25 ad091ba95653
child 27 1d772726c9d7
equal deleted inserted replaced
25:ad091ba95653 26:e3e4bcbc7c19
    19         padding: 0px 45px;
    19         padding: 0px 45px;
    20     }
    20     }
    21 </style>
    21 </style>
    22         <table>
    22         <table>
    23           Your account has been activated and registration procedure is complete.
    23           Your account has been activated and registration procedure is complete.
    24           You can login to your account now.
    24           You have also been automatically logged into your account.
    25         </table>
    25         </table>
    26       <script type="text/javascript">
    26       <script type="text/javascript">
    27 	document.getElementById('id_username').focus();
    27 	document.getElementById('id_username').focus();
    28       </script>
    28       </script>
    29    </div>
    29    </div>