diff --git a/files/templates/blockers.html b/files/templates/blockers.html index 15cfc9078..9c68b5226 100644 --- a/files/templates/blockers.html +++ b/files/templates/blockers.html @@ -11,7 +11,7 @@ # Name - Blocking Since + Blocking since diff --git a/files/templates/followers.html b/files/templates/followers.html index e0cd25583..60581c781 100644 --- a/files/templates/followers.html +++ b/files/templates/followers.html @@ -11,7 +11,7 @@ # Name - Following Since + Following since {% if v.id == u.id %} {% endif %} diff --git a/files/templates/sub/exilees.html b/files/templates/sub/exilees.html index 72a9c112f..351a88b1f 100644 --- a/files/templates/sub/exilees.html +++ b/files/templates/sub/exilees.html @@ -12,7 +12,7 @@ # Name Exiled by - On + Exiled since @@ -38,4 +38,4 @@ {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/files/templates/sub/subscribers.html b/files/templates/sub/subscribers.html deleted file mode 100644 index ea6c55918..000000000 --- a/files/templates/sub/subscribers.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "default.html" %} -{% block content %} -
-
-	
-
-
Users subscribed to /h/{{sub}}
-

-
- - - - - - -{% for user in users %} - - - - -{% endfor %} -
#Name
{{loop.index}}{% include "user_in_table.html" %}
- -{% endblock %} \ No newline at end of file