Re: Is there a {% if_less_than %} template tag

2007-10-01 Thread Rob Slotboom
Hi Greg: Just started using it yesterday :-) http://code.google.com/p/django-template-utils/ --~--~-~--~~~---~--~~ 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@

Is there a {% if_less_than %} template tag

2007-10-01 Thread Greg
Hello, I was just looking a the django built-in template tags and can't seem to find a tag that can compare two variables. I found a {% ifequal %} tag. Does one exist? Or will I have to do this logic in my view and pass my template a flag? Thanks --~--~-~--~~~---~