Mmm...I actually got it to work in the category_detail template: {% for organisation in object.organisation_set.all %} {{organisation.org_name}} {% endfor %}
Each category does return a list of the organisations that are in it, but what I need to do is then simply provide access to each organisations generic detail view page (possibly using get_absolute_url?) You can see what I'm trying to do here: http://www.ketteringcommunity.com/categories/ (ignore the styling!) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---