Hi Folks, Getting this strange error message on my admin login.
File "/usr/lib/python2.4/site-packages/django/core/template/defaulttags.py", line 627, in do_load raise TemplateSyntaxError, "'%s' is not a valid tag library" % taglib TemplateSyntaxError: 'auth.log' is not a valid tag library If I go to the login page for the admin console it comes up fine, as does any non-admin page, but when I'm logged in I get this error. I did a grep for auth.log and it seems to be loaded in the index.html template of the admin pages. Should mention that I've just upgraded to the latest version. Thanks, Tom