From 513b8e27e79705b1a523e86ac9e65df22b0323a1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Sep 2021 02:14:22 +0200 Subject: [PATCH] fds --- files/templates/search_comments.html | 25 +------------------------ files/templates/search_users.html | 23 +---------------------- 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/files/templates/search_comments.html b/files/templates/search_comments.html index 215cd79f1..0867b69d1 100644 --- a/files/templates/search_comments.html +++ b/files/templates/search_comments.html @@ -10,27 +10,4 @@ {% block listinglength %} {{comments | length}} -{% endblock %} - -{% block pagenav %} - {% if comments %} - - {% endif %} -
-
-
-
-		
-	
-{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/files/templates/search_users.html b/files/templates/search_users.html index d8b7b5c74..7cc49361d 100644 --- a/files/templates/search_users.html +++ b/files/templates/search_users.html @@ -6,25 +6,4 @@ {% endblock %} -{% block listinglength %}{{users | length}}{% endblock %} - -{% block pagenav %} - -
-
-
-
-		
-	
-{% endblock %} +{% block listinglength %}{{users | length}}{% endblock %} \ No newline at end of file