diff --git a/app/library/templates/library/project_detail.html b/app/library/templates/library/project_detail.html index 3b7d3f6..73fa685 100644 --- a/app/library/templates/library/project_detail.html +++ b/app/library/templates/library/project_detail.html @@ -1,12 +1,12 @@ -{% with project.items.count as items %} -{% if items %} -

-There {{ items|pluralize:"is,are" }} currently {{ items}} item{{ items|pluralize }} for this project.
-Click the 'My Music' button below to access your parts... -

-{% else %} -

-There are no items listed yet for this project - please check back later... -

-{% endif %} -{% endwith %} \ No newline at end of file +

Items

+ \ No newline at end of file