Skip to content

Commit

Permalink
Change linked text in missing_manuscript_redirect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Nov 21, 2023
1 parent 95a3d39 commit 0cf1533
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="row" style="padding-top:20vh;padding-bottom:20vh">
<div class="col-lg-12">
<p class="text-center">This manuscript has been moved.</p>
<p class="text-center">You can find it on <a href="{% url 'manuscript-list' %}">the Manuscripts page</a>.</p>
<p class="text-center">You can find it on the <a href="{% url 'manuscript-list' %}">Manuscripts</a> page.</p>
</div>
</div>

Expand All @@ -22,4 +22,4 @@
</div>
</div>

{% endblock %}
{% endblock %}

0 comments on commit 0cf1533

Please sign in to comment.