On May 25, 2:29 pm, Pablo López <[email protected]> wrote: > {% ifequal str(problemImpact.description) > (impact.0) %}
This is not valid Django template syntax - I am surprised it works at all. You can't call functions with parameters within Django templates. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

