diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index 34c9d59..5f52607 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -88,7 +88,7 @@ p {% set photos = album.get_photos() %} {% if photos %} -

Photos

+

{{photos|length}} Photos

{% if view != "list" %} List view {% else %}