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