Hi,

I try to get user authentication working. I followed the advice on 
http://docs.djangoproject.com/en/dev//topics/auth/#django.contrib.auth.decorators.login_required
 
to use the login_required decorator. I also get forwarded to 
http://bbc:8000/accounts/login/?next=/blabla
url.py for this reads:
(r'^accounts/login/$', 'django.contrib.auth.views.login'),

but then it complains about a missing template registration/login.html

I tried copying /django/contrib/auth/tests/templates/ to 
/django/contrib/auth/ but this gives me a form with only two fields and 
  no submit button so it's probably the wrong template. Where do I find 
the right one or do I have to write it on my own.

regards, Andreas

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to