On Sep 15, 4:13 pm, Daniel Roseman <[EMAIL PROTECTED]>
wrote:
> So, putting that all together:
>
> {% for pic in info.system_pictures.all %}
>     {% ifequal pic.image_category.name 'Header_Pic' %}
>         <img ... bla ... >
>     {% endifequal %}
> {% endfor %}
>

Sweet! That works.
Thanks!

I'll try to remember that.

However, Is there a way I can pull just the specific pictures, rather
than iterating through all possible images?

Lance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to