>> Have you read up on template inheritance? >> http://docs.djangoproject.com/en/dev/topics/templates/#id1 > > I've read that part, I can see how that would work if I statically define > the form. But right now I have > a view defined that pushes out the LoginForm to my template. So say I have > another view which populates the links dynamically... How do I incorporate > both of these with inheritance, I could have one block for login and one > block for links, but then how do the Login and Links views (where I'm > passing the forms) fit into this picture? > > Perhaps I'm missing something.
How about Inclusion Tags? http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---