Separate ratings out from reviews on book page
This commit is contained in:
parent
5c7f44dc2d
commit
0ab07c41ef
3 changed files with 33 additions and 18 deletions
|
@ -67,8 +67,6 @@ urlpatterns = [
|
|||
|
||||
# books
|
||||
re_path(r'%s(.json)?/?$' % book_path, views.book_page),
|
||||
re_path(r'%s/(?P<tab>friends|local|federated)?$' % \
|
||||
book_path, views.book_page),
|
||||
re_path(r'%s/edit/?$' % book_path, views.edit_book_page),
|
||||
re_path(r'^editions/(?P<work_id>\d+)/?$', views.editions_page),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue