diff --git a/frontends/etiquette_flask/templates/album_card.html b/frontends/etiquette_flask/templates/album_card.html index 8a88184..148b7bd 100644 --- a/frontends/etiquette_flask/templates/album_card.html +++ b/frontends/etiquette_flask/templates/album_card.html @@ -43,9 +43,9 @@
- {{album.get_children()|length}} children + {{album.get_children()|length}} {{-' | '-}} - {{album.sum_photos(recurse=False)}} photos + {{album.sum_photos(recurse=False)}}
{% endmacro %}