summaryrefslogtreecommitdiffstats
path: root/templates/activities/follows.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/follows.html')
-rw-r--r--templates/activities/follows.html2
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>