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 @@