Skip to content

Commit ad5587f

Browse files
committed
Url resolved with special characters
1 parent 78b5781 commit ad5587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/profiles/urls/public.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
urlpatterns = [
10-
url(r'^(?P<username>[\[email protected]]+)/$',
10+
url(r'^(?P<username>[+\[email protected]]+)/$',
1111
views.profile_detail,
1212
{'template_name': 'profiles/public/profile_detail.html'},
1313
name='profiles_profile_detail'),

0 commit comments

Comments
 (0)