Skip to content

Commit

Permalink
Merge pull request #193 from liangliangyy/dev
Browse files Browse the repository at this point in the history
修复tag分页url问题
  • Loading branch information
liangliangyy committed Dec 14, 2018
2 parents ba50aed + 478719c commit 16ef303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/urls.py
Expand Up @@ -38,7 +38,7 @@
name='author_detail_page'),

path(r'tag/<slug:tag_name>.html', views.TagDetailView.as_view(), name='tag_detail'),
path(r'tag/<slug:tag_name>/<int:page>).html', views.TagDetailView.as_view(), name='tag_detail_page'),
path(r'tag/<slug:tag_name>/<int:page>.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')
Expand Down

0 comments on commit 16ef303

Please sign in to comment.