From 23aaab3c8b83f54341bb341c498917c3e6796f94 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 06:56:26 -0600 Subject: [PATCH] fix --- files/templates/followers.html | 8 ++++++-- files/templates/following.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/files/templates/followers.html b/files/templates/followers.html index 375de9c85..f122e812f 100644 --- a/files/templates/followers.html +++ b/files/templates/followers.html @@ -1,13 +1,13 @@ {% extends "default.html" %} {% block content %} - +
 
 	
 
@{{u.username}}'s followers

-
+
@@ -29,5 +29,9 @@ {% endfor %}
#
+
+{% endblock %} +{% block scripts %} + {% endblock %} \ No newline at end of file diff --git a/files/templates/following.html b/files/templates/following.html index d5631015a..6b6670c7d 100644 --- a/files/templates/following.html +++ b/files/templates/following.html @@ -3,7 +3,7 @@
Users followed by @{{u.username}}

-
+
#