From 2163488f267278484eb4823a4e64d63c794f44eb Mon Sep 17 00:00:00 2001 From: AFFogarty Date: Tue, 1 Mar 2016 17:19:46 -0500 Subject: [PATCH] Fixed: Collection movement list count Fixes #214 --- elvis/templates/collection/collection_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elvis/templates/collection/collection_detail.html b/elvis/templates/collection/collection_detail.html index ff2e2ae3..4f791cdf 100644 --- a/elvis/templates/collection/collection_detail.html +++ b/elvis/templates/collection/collection_detail.html @@ -134,7 +134,7 @@

Pieces ({{ content.pieces | length }})

{% endif %} {% if content.movements %} -

Movements ({{ content.movement_count }})

+

Movements ({{ content.movements | length }})