Skip to content

Commit

Permalink
refactor: Fix URL path for citing a manuscript page
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Aug 21, 2024
1 parent 335d8f1 commit b47e0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/manuscript_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ <h3 class="text-center font-semibold text-1xl pb-4 mb-4 uppercase">Document Deta

<hr class="mt-3 mb-3" />
<h2 class="text-center font-semibold text-1xl pb-4 mb-4 uppercase">Cite this page</h2>
<p><em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy Rosenzweig Center for History and New Media (2024): p. {{ manuscript_page.page_range }}. <a href="{% url 'manuscript' %}" class="text-winterthur-dk-blue hover:underline">https://denig.rrchnm.org/manuscript/{{manuscript_page.slug}}</a>
</p>
</div>
<p><em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy Rosenzweig Center for History and New Media (2024): p. {{ manuscript_page.page_range }}. <a href="{% url 'manuscript_page' manuscript_page.slug %}" class="text-winterthur-dk-blue hover:underline">https://dev.winterthur.rrchnm.org{% url 'manuscript_page' manuscript_page.slug %}</a></p>
</p>
</div>
</div>
{% endblock content %}

0 comments on commit b47e0c2

Please sign in to comment.