Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 162 by timsloan: Default wiki url throws TemplateSyntaxError.
http://code.google.com/p/django-hotclub/issues/detail?id=162

running default intranet_project and after logging in, tried clicking on
the wiki tab (http://localhost:8000/wiki/) resulted in an error:

TemplateSyntaxError at /wiki/

Caught an exception while rendering: 'str' object has no attribute 'slug'

Original Traceback (most recent call last):
   File "C:\Python25\lib\site-packages\django\template\debug.py", line 71,
in render_node
     result = node.render(context)
   File "C:\my_django_projects\Pinax
Projects\pinax\apps/external_apps\wiki\templatetags\wikiurl.py", line 28,
in render
     kw = {'group_slug': group.slug}
AttributeError: 'str' object has no attribute 'slug'

Error in template \pinax\templates\default\wiki\searchbox.html, error at
line 6

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to