From 402ee3c9502dcd030f0f576971cdb5de0b24a19b Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 12 Nov 2024 16:22:49 +0000 Subject: [PATCH] rm survey banner (#262) --- templates/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_base.html b/templates/_base.html index 0b834f6c..a54846cf 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -20,7 +20,7 @@ {% include "_nav.html" %} {% include "_docbar.html" %} - {% include "_ansible-banner.html" %} + {% block body %} {% endblock %} {% include "_footer.html" %} {% include "_scripts.html" %}