On Feb 25, 2:23 pm, lzhshen <lzhs...@gmail.com> wrote:
> Take a poll application for example.
>
> There is a "poll_result.html" template that will be used in different
> templates, such as latest_polls.html and hottest_polls.html.
>
> How can I achieve that?
> In "poll_result.html", can I add both " {% extends "latest_polls.html"
> %}" and "" {% extends "hosttest_polls.html" %}"" in it?
>

No. Either use {% include "poll_result.html" %}, or write it as an
inclusion templatetag.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
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