Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Commit f11cf48

Browse files
committed
Be more liberal in recipient URLs
1 parent cb89935 commit f11cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

correctiv_justizgelder/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def cache_page_anonymous(request, *args, **kwargs):
2020

2121
urlpatterns = patterns('',
2222
url(r'^$', c(OrganisationSearchView.as_view()), name='search'),
23-
url(_(r'^recipient/(?P<slug>[\w\~\-]+)/$'),
23+
url(_(r'^recipient/(?P<slug>[^/]+)/$'),
2424
c(OrganisationDetail.as_view()),
2525
name='organisation_detail'),
2626
)

0 commit comments

Comments
 (0)