Fixes link to edit book

This commit is contained in:
Mouse Reeve
2021-07-12 16:17:20 -07:00
parent 6ffd8a7822
commit 3f15e4410e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
{% if user_authenticated and can_edit_book %}
<div class="column is-narrow">
<a href="{{ book.id }}/edit">
<a href="{% url 'edit-book' book.id %}">
<span class="icon icon-pencil" title="{% trans "Edit Book" %}" aria-hidden=True></span>
<span class="is-hidden-mobile">{% trans "Edit Book" %}</span>
</a>