diff --git a/templates/users/details.html.tera b/templates/users/details.html.tera
index 6bc5c2c..0d86c41 100644
--- a/templates/users/details.html.tera
+++ b/templates/users/details.html.tera
@@ -31,6 +31,10 @@
{% if is_remote %}
Open on {{ instance_url }}
{% endif %}
+
+ {% if not is_self %}
+ Follow
+ {% endif %}
diff --git a/templates/users/followers.html.tera b/templates/users/followers.html.tera
index e8af7cd..802316f 100644
--- a/templates/users/followers.html.tera
+++ b/templates/users/followers.html.tera
@@ -26,6 +26,10 @@
{% if is_remote %}
Open on {{ instance_url }}
{% endif %}
+
+ {% if not is_self %}
+
Follow
+ {% endif %}
Followers