Skip to content

Commit

Permalink
Fix up name of bookinstances to copies
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Feb 23, 2024
1 parent ea10d4f commit 8e2f219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/templates/base_generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<li><a href="{% url 'book-create' %}">Create book</a></li>
{% endif %}
{% if perms.catalog.add_bookinstance %}
<li><a href="{% url 'bookinstance-create' %}">Create BookInstance</a></li>
<li><a href="{% url 'bookinstance-create' %}">Create copy of book</a></li>
{% endif %}
</ul>
{% endif %}
Expand Down

0 comments on commit 8e2f219

Please sign in to comment.