Skip to content

Commit

Permalink
fix: hyperlinks for ed resources and forensic modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sscott710 committed Aug 20, 2024
1 parent 20a46ca commit 8d3c95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
class="text-gray-300 hover:bg-winterthur-dk-blue hover:text-white px-3 py-2 rounded-md text-sm font-medium">Forensics</a>
<a href="{% url 'music' %}"
class="text-gray-300 hover:bg-winterthur-dk-blue hover:text-white px-3 py-2 rounded-md text-sm font-medium">Music</a>
<a href="{% url 'education' %}"
<a href="https://dev.winterthur.rrchnm.org/essays/scholarship/exploring-the-paper-in-the-denig-illuminated-manuscript-a-lesson-plan/"
class="text-gray-300 hover:bg-winterthur-dk-blue hover:text-white px-3 py-2 rounded-md text-sm font-medium">Education
Resources</a>
<a href="{% url 'about' %}"
Expand Down
2 changes: 1 addition & 1 deletion templates/manuscript_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3 class="text-lg leading-6 font-medium text-gray-900" id="modal-title">
<img @click="open = true" class="w-72 h-72 object-cover" src="{{ forensic_image.image.url }}" alt="Thumbnail for forensic image {{ current_page }}" class="thumbnail" loading="lazy">
{% endfor %}

<p><a class="underline hover:no-underline" href="">Read the full forensics report</a>.</p>
<p><a class="underline hover:no-underline" href="https://dev.winterthur.rrchnm.org/essays/scholarship/re-examining-the-denig-picture-bible/">Read the full forensics report</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 8d3c95b

Please sign in to comment.