From 266e3f6e9f5724d4cb1571dfc910f4ae213d1d48 Mon Sep 17 00:00:00 2001 From: chee Date: Tue, 17 Nov 2020 12:49:35 +0000 Subject: [PATCH] fix template --- app/templates/collection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}