diff options
author | Madhusudan.C.S | 2009-11-11 15:59:32 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 15:59:32 +0530 |
commit | 3593287c3c7769dbbc0facd7fa87659e50bbc901 (patch) | |
tree | a1e6c7fd27d009ebdadad7955f7afc3a98ac9a04 /project/templates/registration/activate.html | |
parent | 43a42eba8473ecaa9c9c1bce5f405cdc7c71907c (diff) | |
download | scipycon-3593287c3c7769dbbc0facd7fa87659e50bbc901.tar.gz scipycon-3593287c3c7769dbbc0facd7fa87659e50bbc901.tar.bz2 scipycon-3593287c3c7769dbbc0facd7fa87659e50bbc901.zip |
Made a small textual change in the registrations template for activation page.
Diffstat (limited to 'project/templates/registration/activate.html')
-rwxr-xr-x | project/templates/registration/activate.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project/templates/registration/activate.html b/project/templates/registration/activate.html index e9b795a..5542ccf 100755 --- a/project/templates/registration/activate.html +++ b/project/templates/registration/activate.html @@ -20,8 +20,9 @@ } </style> <table> - Your account has been activated and registration procedure is complete. - You have also been automatically logged into your account. + Your account has been activated. You have also been automatically + logged into your account. Click on the item "Registration" in the + left panel to fill in further details. </table> <script type="text/javascript"> document.getElementById('id_username').focus(); |