From 602c10f1dd4ece9f2ad4facc5df8425a3182e114 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 22 Mar 2023 22:21:29 +0200 Subject: [PATCH] reduce margin in /search/messages --- files/templates/search_comments.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/templates/search_comments.html b/files/templates/search_comments.html index 3081b9934..4f0e08141 100644 --- a/files/templates/search_comments.html +++ b/files/templates/search_comments.html @@ -1,5 +1,7 @@ {% extends "search.html" %} +{% block pagetype %}notifications{% endblock %} + {% block listing_template %}
{% include "comments.html" %}