hi kai!
thanks a lot. this will help a lot.
cheers,
james
On Aug 6, 4:02 pm, "Kai Kuehne" <[EMAIL PROTECTED]> wrote:
> Hi James,
>
> On 8/6/07, james_027 <[EMAIL PROTECTED]> wrote:
>
> > Just want to confirm if elseif and the alike doesn't exist in django's
> > template.
>
> > What tricks could
Hi James,
On 8/6/07, james_027 <[EMAIL PROTECTED]> wrote:
> Just want to confirm if elseif and the alike doesn't exist in django's
> template.
>
> What tricks could be give to newbies if something like is needed ...
Is switch ok? :)
http://www.djangosnippets.org/snippets/300/
--~--~-~--
Hi,
Just want to confirm if elseif and the alike doesn't exist in django's
template.
What tricks could be give to newbies if something like is needed ...
if bool:
elseif bool:
elseif boo:
it could be not nice to do something like this in django's template
{% if bool %}
{% else %}
{%
3 matches
Mail list logo