From 545a41822ccbcab82ad106d9d352d385ca3dc462 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 24 Oct 2023 18:06:54 +0200 Subject: [PATCH] (nps) embed form on search page --- .../templates/forum_search/search.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lacommunaute/templates/forum_search/search.html b/lacommunaute/templates/forum_search/search.html index 36e18d6d5..4fe4be3b3 100644 --- a/lacommunaute/templates/forum_search/search.html +++ b/lacommunaute/templates/forum_search/search.html @@ -108,4 +108,24 @@

{% trans "No results." %}

{% endif %} + + {% if page.paginator.count %} +
+
+
+
+
+ +
+
+
+
+
+ {% endif %} {% endblock content %} + +{% block extra_js %} + {{ block.super }} + +{% endblock extra_js %} +