ifequal tag in template with hard coded string confusion

2008-06-10 Thread John Teague
First the particulars: Django svn rev 7610, Apache 2.2.8, mod_python 3.3.1, Python/2.5.2 I have a template that uses django_template_utils (http:// code.google.com/p/django-template-utils/) to retrieve objects. The following is the relevant markup/code: -- {% load generic_content %} {% ge

Re: ifequal tag in template with hard coded string confusion

2008-06-11 Thread John Teague
{% ifequal foo.bar__unicode__ "foobar" %} Thanks again Karen -- For anyone else who might be confused by this. On Jun 10, 7:08 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 10, 2008 at 5:33 PM, John Teague <[EMAIL PROTECTED]> wrote