template/registration/activate.html
changeset 29 4df0f5739386
parent 27 87910f9bd6ec
child 31 aa68a264b036
equal deleted inserted replaced
28:2d5e8882b516 29:4df0f5739386
    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 account has been activated and registration procedure is complete.
    23           Your activation failed because of either the invalid activation key
    24           You can login to your account now.
    24           or because your activation key has expired.
    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>