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

New issue 152 by iusgentium: wiki_url doesn't work with hyphens in tribe  
slug
http://code.google.com/p/django-hotclub/issues/detail?id=152

What steps will reproduce the problem?
1. {% wikiurl list tribe as wiki_url %}
2. <a href="{{ wiki_url }}" title="wiki">
3. Results in: <a href="" title="wiki">

What is the expected output? What do you see instead?
<a href="http://localhost:8000/tribes/tribe/emma-watson/wiki/list/";
title="wiki">

What version of the product are you using? On what operating system?
r1329

Please provide any additional information below.
Change apps/tribes/urls.py line 29 from:
url(r'^tribe/(?P<group_slug>\w+)/wiki/', include('wiki.urls'),
kwargs=wiki_args),
to:
url(r'^tribe/(?P<group_slug>[-\w]+)/wiki/', include('wiki.urls'),
kwargs=wiki_args)


--
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