diff --git a/catalog/templates/base_generic.html b/catalog/templates/base_generic.html index fc54a234..d7f42eb0 100644 --- a/catalog/templates/base_generic.html +++ b/catalog/templates/base_generic.html @@ -61,7 +61,7 @@
  • Create book
  • {% endif %} {% if perms.catalog.add_bookinstance %} -
  • Create BookInstance
  • +
  • Create copy of book
  • {% endif %} {% endif %}