Sounds to me like you have done the wrong thing in your templates.
My registration email template contains this line:
http://{{ site }}{% url registration_activate
activation_key=activation_key %}
which should provide the correct information.
If you already have that and it still does not work
What is the error message you receive?
On Mar 13, 5:27 pm, Sergio Berlotto Jr
wrote:
> I'm using django-registration.
> The activation email is generated correctly, but when i'm trying to activate
> the new user with generated key sent by e-mail, in
> urlhttp://server.com/accounts/activate/ee3ad
ions and use them instead.
>
> TEMPLATE_LOADERS = (
> 'django.template.loaders.filesystem.load_template_source',
> 'django.template.loaders.app_directories.load_template_source',
> )
>
> hth
>
> Mike
>
> On 30/05/2010 11:49pm, Cromulent wrote:
>
>
the dictionary the correct template
name and that they were available.
On May 30, 10:41 am, Cromulent wrote:
> I'm using Django 1.2.1 on Mac OS X with Python 2.6.1 if that matters.
> I've read the documentation and this is what I have for my urls.py
> file:
>
I'm using Django 1.2.1 on Mac OS X with Python 2.6.1 if that matters.
I've read the documentation and this is what I have for my urls.py
file:
password_reset_dict = {
'post_reset_redirect' : '/profiles/login/',
'email_template_name' : 'registration/password_reset_email.html',
'template
5 matches
Mail list logo