diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html
index f9714701b..103b5a968 100644
--- a/files/templates/userpage/followers.html
+++ b/files/templates/userpage/followers.html
@@ -18,7 +18,11 @@
Name |
+ Following since
{% if v.id == u.id %}
| |
{% endif %}
@@ -15,8 +16,13 @@
{% for user in users %}
{% include "user_in_table.html" %} |
+ 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}> |
{% if v.id == u.id %}
- Unfollow |
+
+
+ Unfollow
+
+ |
{% endif %}
{% endfor %}