google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Default wiki url throws TemplateSyntaxError. #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by timsl...@gmail.com on 26 Jan 2009 at 4:52

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 26 Jan 2009 at 7:08

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 31 Mar 2009 at 7:17