From e513ea8b9c110c112b7328489588423fffd7d67e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 22 Mar 2021 12:37:01 -0700 Subject: [PATCH] Adds javascript for tabs on book page --- bookwyrm/templates/book/book.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 0d908110..0275eb1a 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -296,3 +296,7 @@ {% endblock %} + +{% block scripts %} + +{% endblock %}