On Tue, 2008-07-08 at 06:22 -0700, Stuart Grimshaw wrote:
> I'm getting this error when trying to view my admin interface ...
> 
> In template /usr/lib/python2.5/site-packages/django/contrib/admin/
> templates/admin/base.html, error at line 28
> Caught an exception while rendering: Tried showSides in module
> teamsheet.sheets.views. Error was: 'module' object has no attribute
> 'showSides'

As the error says, you are trying to use the "showSides" variable or
function from some module, but it doesn't exist in that module. So
search through your code for where you are calling showSides and find
the case where it is being called incorrectly.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to