Hello,
is there any way to use custom template tag inside {if} or ifequal
tag?
I have custom tag "getpreference" which accepts one parameter and
returns string value or empty "" string.
I want to check if value is not empty inside {if} or maybe {ifequal}
tag, how do I do that?
{% if getpreference "left_position" %}
<div class="left">
{% else %}
<div class="right">
{% endif %}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---