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, it compares the values of variables, not of hard-coded strings. Patches are welcome, though! :-) Adrian