Skip to content

Commit 2163488

Browse files
committed
Fixed: Collection movement list count
Fixes #214
1 parent 16795f4 commit 2163488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elvis/templates/collection/collection_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Pieces ({{ content.pieces | length }})</h3>
134134
{% endif %}
135135

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

0 commit comments

Comments
 (0)