Massive UI/UX Overhaul

This commit is contained in:
Raelon Masters
2020-06-19 02:00:01 -04:00
parent 6a28660e95
commit 4a85b21631
163 changed files with 1504 additions and 591 deletions

View File

@@ -22,6 +22,8 @@ urlpatterns = [
path("admin/", admin.site.urls),
path("", views.index, name="index"),
path("download/<pk>", views.download, name="download"),
path("favorite/<pk>", views.favorite, name="favorite"),
path("share/<pk>", views.share, name="share"),
path("prev_page/<bookset>", views.prev_page, name="prev_page"),
path("next_page/<bookset>", views.next_page, name="next_page"),
path("search/", views.search, name="search"),