project/templates/registration/activate.html
changeset 27 1d772726c9d7
parent 26 e3e4bcbc7c19
equal deleted inserted replaced
26:e3e4bcbc7c19 27:1d772726c9d7
    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 account has been activated. You have also been automatically
    24           You have also been automatically logged into your account.
    24           logged into your account. Click on the item "Registration" in the
       
    25           left panel to fill in further details.
    25         </table>
    26         </table>
    26       <script type="text/javascript">
    27       <script type="text/javascript">
    27 	document.getElementById('id_username').focus();
    28 	document.getElementById('id_username').focus();
    28       </script>
    29       </script>
    29    </div>
    30    </div>