From bfb694eabe0dc6a583b9f2435aaaad5dc34123a6 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 4 Feb 2026 22:16:17 -0500 Subject: [PATCH] Fix refinement. --- templates/project.html | 68 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 6 deletions(-) diff --git a/templates/project.html b/templates/project.html index ce887ba..0088fce 100644 --- a/templates/project.html +++ b/templates/project.html @@ -5,7 +5,7 @@

{{ project.name }}

- {% if not locked %} + {% if not locked and not is_refining %} {% endif %} {% if not locked %} {% if not generated_books.get(book.book_number) %}
- +
{% endif %} {% endif %} @@ -279,7 +279,7 @@ {% endfor %} - {% if not locked %} + {% if not locked and not is_refining %}
@@ -308,7 +308,7 @@ Full Review - {% if not locked %} + {% if not locked and not is_refining %} @@ -493,7 +493,7 @@