diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index bc68d756..65666a8f 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -90,10 +90,10 @@ {% endif %} {% if not low_bandwidth %} - + {% endif %} - {{ community.display_name() }} + {{ community.display_name() }} {{ community.post_count }} {{ community.post_reply_count }} {{ moment(community.last_active).fromNow(refresh=True) }}