From f6e2ec02aa488e93dedc5fb8740498ee7de2c2ae Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Feb 2022 13:01:36 -0800 Subject: [PATCH] Adds overview page to setup --- bookwyrm/templates/layout.html | 2 +- bookwyrm/templates/setup/admin.html | 92 +++++++++---------- bookwyrm/templates/setup/config.html | 130 +++++++++++++++++++++++++++ bookwyrm/urls.py | 3 +- bookwyrm/views/__init__.py | 2 +- bookwyrm/views/setup.py | 35 +++++++- 6 files changed, 214 insertions(+), 50 deletions(-) create mode 100644 bookwyrm/templates/setup/config.html diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 434406be..8b1f5397 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -218,7 +218,6 @@ -{% endblock %} +{% endblock %}