From 809f9cd95dc7e644097c093836487576c33a54e9 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 9 Jul 2022 08:42:45 +0200 Subject: [PATCH] More UI fixes --- app/templates/layout.html | 4 +++- app/templates/remote_follow.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/layout.html b/app/templates/layout.html index fe91722..fb92cf8 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -45,7 +45,9 @@ diff --git a/app/templates/remote_follow.html b/app/templates/remote_follow.html index f525852..8919435 100644 --- a/app/templates/remote_follow.html +++ b/app/templates/remote_follow.html @@ -3,11 +3,13 @@ {% block content %} {% include "header.html" %} +

Remotely follow {{ local_actor.display_name }}

+
{% endblock %}