From c4f7f34ad40a93950c2a3889528c136b1669b46e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Jun 2021 16:04:58 -0700 Subject: [PATCH] Fixes edit readthrough toggle display --- bookwyrm/templates/book/book.html | 2 +- bookwyrm/templates/{snippets => book}/readthrough.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename bookwyrm/templates/{snippets => book}/readthrough.html (97%) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index ea5ec09a7..dd5a4ff36 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -180,7 +180,7 @@

{% trans "You don't have any reading activity for this book." %}

{% endif %} {% for readthrough in readthroughs %} - {% include 'snippets/readthrough.html' with readthrough=readthrough %} + {% include 'book/readthrough.html' with readthrough=readthrough %} {% endfor %} diff --git a/bookwyrm/templates/snippets/readthrough.html b/bookwyrm/templates/book/readthrough.html similarity index 97% rename from bookwyrm/templates/snippets/readthrough.html rename to bookwyrm/templates/book/readthrough.html index d5e79b864..751407461 100644 --- a/bookwyrm/templates/snippets/readthrough.html +++ b/bookwyrm/templates/book/readthrough.html @@ -1,8 +1,8 @@ {% load i18n %} {% load humanize %} {% load tz %} -
-
+
+
{% trans "Progress Updates:" %}