Skip to content

Commit

Permalink
Fixed: Collection movement list count
Browse files Browse the repository at this point in the history
Fixes #214
  • Loading branch information
AFFogarty committed Mar 1, 2016
1 parent 16795f4 commit 2163488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elvis/templates/collection/collection_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>Pieces ({{ content.pieces | length }})</h3>
{% endif %}

{% if content.movements %}
<h3>Movements ({{ content.movement_count }})</h3>
<h3>Movements ({{ content.movements | length }})</h3>
<table class="table" id="mov-table">
<colgroup>
<col class="text-center" style="width: 5%;">
Expand Down

0 comments on commit 2163488

Please sign in to comment.