diff --git a/app/templates/user.html b/app/templates/user.html index 67765a7..6d719af 100644 --- a/app/templates/user.html +++ b/app/templates/user.html @@ -3,7 +3,7 @@ {% block content %} {% include 'flash.html' %} -
{{ _('Last seen:') }} {{ momentjs(user.last_seen).calendar() }}
{% endif %} +number of posts written: {{ user.posts.count() }}
{{ _('Followers:') }} {{ user.followers.count() - 1 }} | {{ _('Following:') }} {{ user.followed.count() - 1 }} | {% if user.id == g.user.id %} {{ _('Edit your profile') }}