[EMAIL PROTECTED] wrote:

>Django Template engine seems to be very strate forward yet powerful,
>however I can't for the life of me figure out how to check if variable1
>is greater then or smaller then variable2.
>  
>
You can't. Django's philosophy is that this is logic is probably a small 
part of some buisness logic decision and should be done at view level.

For less vague answer describe the whole problem: what exactly are you 
trying to solve with this check?

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

Reply via email to