Fix project detail url.

rtd2
Eric Holscher 2010-08-14 22:32:16 -05:00
parent 052444bd36
commit 3627b5fd74
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ urlpatterns = patterns('projects.views.public',
'project_index',
name='project_tag_detail',
),
url(r'^projects/(?P<username>\w+)/(?P<project_slug>[-\w]+)/$',
url(r'^(?P<username>\w+)/(?P<project_slug>[-\w]+)/$',
'project_detail',
name='projects_detail'
),