Skip to content

Commit

Permalink
add site.url
Browse files Browse the repository at this point in the history
  • Loading branch information
thesues committed Aug 5, 2011
1 parent c0d41c3 commit 6983b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smthtop10/templates/registration/activation_email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Your activation key: {{ activation_key }}

Please use this link to activate your account:

http://localhost:8000/accounts/activate/{{ activation_key }}/
http://{{site.url}}/accounts/activate/{{ activation_key }}/

After activation you can login to the site:

http://localhost:8000/accounts/login/
http://{{site.url}}/accounts/login/

0 comments on commit 6983b69

Please sign in to comment.