diff --git a/app/templates/collection.html b/app/templates/collection.html index 1cf1064..45a35cf 100644 --- a/app/templates/collection.html +++ b/app/templates/collection.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block nav %} {% if current_user.is_authenticated and current_user.id == copyright_holder.id %} - + new piece {% endif %}