Re: {% ifnotequal %} string compare

2005-08-17 Thread Adrian Holovaty
On 8/17/05, David S. <[EMAIL PROTECTED]> wrote: > I am editing the admin index.html file so that it will ignore Core and Auth > and > just list the user defined models. > But using : > {% ifnotequal app.name 'Core' %} > appears to have no effect. > > Am I misunderstanding this tag? Currently, i

Re: {% ifnotequal %} string compare

2005-08-17 Thread Robin Munn
On 8/17/05, David S. <[EMAIL PROTECTED]> wrote: > > I am editing the admin index.html file so that it will ignore Core and Auth > and > just list the user defined models. > But using : > {% ifnotequal app.name 'Core' %} > appears to have no effect. > > Am I misunderstanding this tag? I think t

{% ifnotequal %} string compare

2005-08-17 Thread David S .
I am editing the admin index.html file so that it will ignore Core and Auth and just list the user defined models. But using : {% ifnotequal app.name 'Core' %} appears to have no effect. Am I misunderstanding this tag?