From 478719ce22bae3d90b1c9897f3f9a164af0374c3 Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Sat, 15 Dec 2018 01:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtag=E5=88=86=E9=A1=B5url?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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 f659933..6a26498 100644 --- a/blog/urls.py +++ b/blog/urls.py @@ -38,7 +38,7 @@ urlpatterns = [ name='author_detail_page'), path(r'tag/.html', views.TagDetailView.as_view(), name='tag_detail'), - path(r'tag//).html', views.TagDetailView.as_view(), name='tag_detail_page'), + path(r'tag//.html', views.TagDetailView.as_view(), name='tag_detail_page'), path('archives.html', views.ArchivesView.as_view(), name='archives'), path(r'upload', views.fileupload, name='upload'), path(r'refresh', views.refresh_memcache, name='refresh')