So it would just look like:
return render_to_response('polls/index.html/#foo', {'latest_poll_list':
latest_poll_list})
or
return render_to_response('polls/index.html#foo', {'latest_poll_list':
latest_poll_list})
Is that correct?
-Sandy
PS> Thx for the <a id='xx'> tip ... I'll change that! I'm pretty
old-school :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---