From 2451b0a5b14734df5553df9944ffe6670de06725 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 7 Mar 2022 08:50:58 -0500 Subject: [PATCH] Clean up search results layout --- netbox/templates/search.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/netbox/templates/search.html b/netbox/templates/search.html index 187b76c59..a47b48b09 100644 --- a/netbox/templates/search.html +++ b/netbox/templates/search.html @@ -5,7 +5,18 @@ {% block title %}Search{% endblock %} -{% block content %} +{% block tabs %} + +{% endblock tabs %} + +{% block content-wrapper %} +
{% if request.GET.q %} {% if results %}
@@ -73,4 +84,5 @@
{% endif %} -{% endblock content %} + +{% endblock content-wrapper %}