Remove href from the email text.
--- a/template/registration/activation_email.txt Mon Oct 12 19:33:02 2009 +0530
+++ b/template/registration/activation_email.txt Mon Oct 12 19:42:59 2009 +0530
@@ -4,7 +4,7 @@
To confirm your registration please activate your account by clicking on the
link below.
- <a href="http://scipy.in/accounts/activate/{{ activation_key }}"></a>
+ http://scipy.in/accounts/activate/{{ activation_key }}
If your browser doesn't support clicking on the link, please copy
paste the URL in your browser's address bar.
--- a/template/registration/registration_complete.html Mon Oct 12 19:33:02 2009 +0530
+++ b/template/registration/registration_complete.html Mon Oct 12 19:42:59 2009 +0530
@@ -21,8 +21,8 @@
</style>
<table>
Your account has been created. An activation email will be sent
- soon to the email ID with which you registered. Please visit the link
- mentioned in the mail to activate your account
+ soon to the email ID with which you registered.<br /><br />
+ Please visit the link mentioned in the mail to activate your account.
</table>
<script type="text/javascript">
document.getElementById('id_username').focus();