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