From 57709989869b74b98723651d44175fa152639b98 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 06:55:15 -0600 Subject: [PATCH] fix --- files/templates/following.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/following.html b/files/templates/following.html index abecc29e7..d5631015a 100644 --- a/files/templates/following.html +++ b/files/templates/following.html @@ -1,10 +1,6 @@ {% extends "default.html" %} {% block content %} - -
-
-	
-
+
Users followed by @{{u.username}}

 
@@ -29,5 +25,9 @@
 {% endfor %}
 
+
+{% endblock %} +{% block scripts %} + {% endblock %} \ No newline at end of file