Added Font-Awesome, and more UI/UX tweaks

This commit is contained in:
Raelon Masters
2020-06-19 11:47:22 -04:00
parent 4a85b21631
commit b96643e326
25 changed files with 14092 additions and 34 deletions

View File

@@ -24,6 +24,7 @@ urlpatterns = [
path("download/<pk>", views.download, name="download"),
path("favorite/<pk>", views.favorite, name="favorite"),
path("share/<pk>", views.share, name="share"),
path("share/<pk>", views.info, name="info"),
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"),