Skip to content

Commit

Permalink
URL is required
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Feb 19, 2011
1 parent 4229fcf commit 90f51d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions social_bookmarking/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from social_bookmarking.views import bookmark_referer

urlpatterns = patterns('',
url(r'^referer/(?P<slug>[-\w]+)/(?P<content_type>[\.\w]+)/(?P<object_pk>[\d]+)/(?P<url>.*)$',
url(r'^referer/(?P<slug>[-\w]+)/(?P<content_type>[\.\w]+)/(?P<object_pk>[\d]+)/(?P<url>.+)$',
bookmark_referer,
name='bookmark_referer'),
)
)

0 comments on commit 90f51d9

Please sign in to comment.