Re: Comments and objects

2009-09-26 Thread Rodney Topor
On Sep 22, 11:15 pm, Daniel Roseman wrote: > On Sep 22, 2:07 pm, RodneyTopor wrote: > > > Suppose a user posts a comment about a particular object, using > > django.contrib.comments, as described in Practical Django Projects. > > How can one get access to this object in a template such as > > pos

Re: Comments and objects

2009-09-22 Thread Daniel Roseman
On Sep 22, 2:07 pm, Rodney Topor wrote: > Suppose a user posts a comment about a particular object, using > django.contrib.comments, as described in Practical Django Projects. > How can one get access to this object in a template such as > posted.html, so that one can include a link directly back

Comments and objects

2009-09-22 Thread Rodney Topor
Suppose a user posts a comment about a particular object, using django.contrib.comments, as described in Practical Django Projects. How can one get access to this object in a template such as posted.html, so that one can include a link directly back to the object? --~--~-~--~~-