Skip to content

Commit

Permalink
refactor: Update URL to point to manuscript page rather than a forens…
Browse files Browse the repository at this point in the history
…ic details page
  • Loading branch information
hepplerj committed Aug 15, 2024
1 parent da25297 commit b5cf8e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/forensics.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ <h3>Forensic Images for page {{ document.page_range }}</h3>
<li class="flex space-x-4">
<ul style="list-style-type:none;">
<li>
<a href="{% url 'forensic_page' image.id %}"><img src="{{ image.thumbnail.url }}"
alt="Document Image" load="lazy"></a>
<a href="{% url 'manuscript_page' document.slug %}"><img src="{{ image.thumbnail.url }}"
alt="Document Image" load="lazy"></a>

</li>
</ul>
</li>
Expand Down

0 comments on commit b5cf8e5

Please sign in to comment.