From 4e99e6d7546d340c71a0b367feda5b4e3203327a Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 5 Aug 2014 08:13:57 -0700 Subject: [PATCH] I'll never understand regexs --- readthedocs/profiles/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/profiles/urls.py b/readthedocs/profiles/urls.py index c6442603c..859ee1c60 100644 --- a/readthedocs/profiles/urls.py +++ b/readthedocs/profiles/urls.py @@ -34,7 +34,7 @@ urlpatterns = patterns('', url(r'^edit/$', views.edit_profile, name='profiles_edit_profile'), - url(r'^(?P[\w-]+)/$', + url(r'^(?P[\w.-]+)/$', views.profile_detail, name='profiles_profile_detail'), url(r'^$',