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')