It's really as simple as including the view in your urlconf and copying the relevant template parts from Django. Here are two stripped- down examples.
http://dpaste.com/23815/ http://dpaste.com/23814/ You can use the built-in login in much the same way. Just copy the relevant parts of the template: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/templates/admin/login.html - whiteinge On Oct 31, 10:26 am, Gigs_ <[EMAIL PROTECTED]> wrote: > can anyoune give me simple example how to use: > django.contrib.auth.views.password_change? > > thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

