# HG changeset patch # User Nishanth Amuluru # Date 1294376426 -19800 # Node ID d736049a518f7342a807c3f5d7e5ae45f41768d3 # Parent 8b891483e05267cf7ec37e5269ba07ec45bafe52 changed the url in email activation diff -r 8b891483e052 -r d736049a518f settings.py --- a/settings.py Fri Jan 07 10:02:02 2011 +0530 +++ b/settings.py Fri Jan 07 10:30:26 2011 +0530 @@ -104,4 +104,3 @@ #django-registration ACCOUNT_ACTIVATION_DAYS = 7 DEFAULT_FROM_EMAIL = 'Admin ' - diff -r 8b891483e052 -r d736049a518f templates/registration/activation_email.txt --- a/templates/registration/activation_email.txt Fri Jan 07 10:02:02 2011 +0530 +++ b/templates/registration/activation_email.txt Fri Jan 07 10:30:26 2011 +0530 @@ -1,7 +1,7 @@ Welcome to PyTasks: Click on the following link -http://{% url site %}/accounts/activate/{{activation_key}} +http://localhost:8000/accounts/activate/{{activation_key}} and activate your account. Note that the account has to activated within {{expiration_days}} days