diff options
author | Madhusudan.C.S | 2009-11-11 15:57:57 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 15:57:57 +0530 |
commit | 43a42eba8473ecaa9c9c1bce5f405cdc7c71907c (patch) | |
tree | 847f3dcbf499f29b0d2d1a5ba354ddefaef710f2 /project/templates | |
parent | cbd48485d03e8541267681bd6cb87a2aa684e0bf (diff) | |
download | scipycon-43a42eba8473ecaa9c9c1bce5f405cdc7c71907c.tar.gz scipycon-43a42eba8473ecaa9c9c1bce5f405cdc7c71907c.tar.bz2 scipycon-43a42eba8473ecaa9c9c1bce5f405cdc7c71907c.zip |
Made a small textual change in the registrations template.
Diffstat (limited to 'project/templates')
-rwxr-xr-x | project/templates/registration/activate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/registration/activate.html b/project/templates/registration/activate.html index 3035a4f..e9b795a 100755 --- a/project/templates/registration/activate.html +++ b/project/templates/registration/activate.html @@ -21,7 +21,7 @@ </style> <table> Your account has been activated and registration procedure is complete. - You can login to your account now. + You have also been automatically logged into your account. </table> <script type="text/javascript"> document.getElementById('id_username').focus(); |