Merge pull request #293 from mouse-reeve/tagging

fixes tagging
This commit is contained in:
Mouse Reeve
2020-11-06 15:46:45 -08:00
committed by GitHub
6 changed files with 31 additions and 28 deletions

View File

@ -75,7 +75,7 @@ urlpatterns = [
# books
re_path(r'%s(.json)?/?$' % book_path, views.book_page),
re_path(r'%s/edit/?$' % book_path, views.edit_book_page),
re_path(r'%s/editions(.json)?/?' % book_path, views.editions_page),
re_path(r'%s/editions(.json)?/?$' % book_path, views.editions_page),
re_path(r'^author/(?P<author_id>[\w\-]+)(.json)?/?$', views.author_page),
# TODO: tag needs a .json path