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