From 0815b36ec9af2b44f0c4eeab19dcfa188f4603c3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 30 Jan 2021 21:33:41 -0800 Subject: [PATCH] Adds basic view and template files --- bookwyrm/templates/layout.html | 5 ++- bookwyrm/templates/lists/list.html | 7 ++++ bookwyrm/templates/lists/lists.html | 16 +++++++++ bookwyrm/urls.py | 9 +++-- bookwyrm/views/__init__.py | 1 + bookwyrm/views/list.py | 53 +++++++++++++++++++++++++++++ 6 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 bookwyrm/templates/lists/list.html create mode 100644 bookwyrm/templates/lists/lists.html create mode 100644 bookwyrm/views/list.py diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 81782970..1a6c065e 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -53,13 +53,16 @@