diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/activities/follows.html | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/activities/follows.html b/templates/activities/follows.html index 5ee695f..eae344b 100644 --- a/templates/activities/follows.html +++ b/templates/activities/follows.html @@ -1,4 +1,5 @@  {% extends "base.html" %} +{% load activity_tags %}  {% block subtitle %}Follows{% endblock %} @@ -27,6 +28,7 @@                  {% if identity.id in inbound_ids %}                      <span class="pill">Follows You</span>                  {% endif %} +                <time>{{ identity.follow_date | timedeltashort }} ago</time>              </a>          {% empty %}              <p class="option empty">You have no follows.</p>  | 
