Remove href from the email text.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Mon, 12 Oct 2009 19:42:59 +0530
changeset 28 2d5e8882b516
parent 27 87910f9bd6ec
child 29 4df0f5739386
Remove href from the email text.
template/registration/activation_email.txt
template/registration/registration_complete.html
--- 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();