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}}
-