diff --git a/templates/manuscript_page.html b/templates/manuscript_page.html index 8a3e2c4..b8a2361 100644 --- a/templates/manuscript_page.html +++ b/templates/manuscript_page.html @@ -58,10 +58,13 @@
{% if next_page %} - {% for image in next_page.attached_images.all %} - Next Page - {% endfor %} - Next Page → + {# skip the image_type "fornesics" #} + {% if image_type != "forensics" %} + {% for image in next_page.attached_images.all %} + Next Page + {% endfor %} + Next Page → + {% endif %} {% endif %}