diff --git a/templates/set/card.html b/templates/set/card.html index 850e6c9..7284a27 100644 --- a/templates/set/card.html +++ b/templates/set/card.html @@ -40,7 +40,7 @@ {% if solo %}
{% if not delete %} - {{ accordion.header('Instructions', 'instructions', 'set-details', expanded=open_instructions, icon='file-line', class='p-0') }} + {{ accordion.header('Instructions', 'instructions', 'set-details', expanded=open_instructions, size=item.instructions | length, icon='file-line', class='p-0') }}
{% if item.instructions | length %} {% for instruction in item.instructions %}