From 3d20b5e0c8f63a1a40bbd0b120755f1caa7b045a Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Mon, 12 Feb 2018 15:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E5=88=86?= =?UTF-8?q?=E9=A1=B5url=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/urls.py b/blog/urls.py index dca7dfe..f659933 100644 --- a/blog/urls.py +++ b/blog/urls.py @@ -34,7 +34,7 @@ urlpatterns = [ name='category_detail_page'), path(r'author/.html', views.AuthorDetailView.as_view(), name='author_detail'), - path(r'author//).html', views.AuthorDetailView.as_view(), + path(r'author//.html', views.AuthorDetailView.as_view(), name='author_detail_page'), path(r'tag/.html', views.TagDetailView.as_view(), name='tag_detail'),