At the site admin, when I click on the add user I get this error. TemplateSyntaxError at /admin/auth/user/add/
Invalid block tag: 'include_admin_script' Request Method: GET Request URL: http://10.0.0.20:8000/admin/auth/user/add/ Exception Type: TemplateSyntaxError Exception Value: Invalid block tag: 'include_admin_script' Exception Location: /usr/lib/python2.5/site-packages/django/template/ __init__.py in invalid_block_tag, line 321 Python Executable: /usr/bin/python Python Version: 2.5.2 Python Path: ['/home/bryant/django_projects/intraweb', '/usr/lib/ python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/ local/lib/python2.5/site-packages', '/usr/lib/python2.5/site- packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/ python2.5/site-packages/PIL', '/usr/lib/python2.5/site-packages/ gst-0.10', '/var/lib/python-support/python2.5', '/usr/lib/python2.5/ site-packages/gtk-2.0', '/var/lib/python-support/python2.5/gtk-2.0'] /usr/lib/python2.5/site-packages/django/template/__init__.py in invalid_block_tag 314. def empty_variable(self, token): 315. raise self.error(token, "Empty variable tag") 316. 317. def empty_block_tag(self, token): 318. raise self.error(token, "Empty block tag") 319. 320. def invalid_block_tag(self, token, command): 321. raise self.error(token, "Invalid block tag: '%s'" % command) ... 322. 323. def unclosed_block_tag(self, parse_until): 324. raise self.error(None, "Unclosed tags: %s " % ', '.join(parse_until)) 325. 326. def compile_function_error(self, token, e): 327. pass ▼ Local vars Variable Value command u'include_admin_script' self <django.template.Parser object at 0x8777b4c> token <django.template.Token object at 0x8777b2c> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

