Removes discover books page

This commit is contained in:
Mouse Reeve
2020-09-30 16:30:50 -07:00
parent 6e1c116329
commit c3092c4979
3 changed files with 0 additions and 35 deletions

View File

@ -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),