The current version of activation_email.txt uses a hardcoded URL for the activation link. This is broken on sites that use a different URL prefix for the registration app (i.e., one other than "accounts"). My patch fixes the problem by using the {% url %} template tag.
The current version of activation_email.txt uses a hardcoded URL for the activation link. This is broken on sites that use a different URL prefix for the registration app (i.e., one other than "accounts"). My patch fixes the problem by using the {% url %} template tag.