From c588567c8698700cd347d9b8f884a7967890aa58 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 16 Dec 2022 17:39:10 -0700 Subject: Add follow times --- templates/activities/follows.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/activities') 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 %} Follows You {% endif %} + {% empty %}

You have no follows.

-- cgit v1.2.3