Removes discover books page
This commit is contained in:
parent
6e1c116329
commit
c3092c4979
3 changed files with 0 additions and 35 deletions
|
@ -46,7 +46,6 @@ urlpatterns = [
|
|||
path('', views.home),
|
||||
re_path(r'^(?P<tab>home|local|federated)/?$', views.home_tab),
|
||||
re_path(r'^notifications/?', views.notifications_page),
|
||||
re_path(r'books/?$', views.books_page),
|
||||
re_path(r'import/?$', views.import_page),
|
||||
re_path(r'import_status/(\d+)/?$', views.import_status),
|
||||
re_path(r'user-edit/?$', views.edit_profile_page),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue