On Wed, Sep 17, 2008 at 1:35 PM, WillF <[EMAIL PROTECTED]> wrote:
> I have written a login view as I have followed the tutorial but how do I
> reuse this view in multiple pages of the site?
>
> Is there a way to render this particular view as part of a template, so I
> could have the login form (or anything for that matter) be displayed on
> every single page?

Have you read up on template inheritance?
http://docs.djangoproject.com/en/dev/topics/templates/#id1

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to