From ee4a0cc253a5e77a89c37f99fb1529938f681c9b Mon Sep 17 00:00:00 2001 From: Wilson Gaturu Date: Mon, 22 Apr 2024 11:56:17 +0300 Subject: [PATCH] adds quick search in judgment listing page --- peachjam/templates/peachjam/judgment_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/peachjam/templates/peachjam/judgment_list.html b/peachjam/templates/peachjam/judgment_list.html index c83d6ac99..6580587b7 100644 --- a/peachjam/templates/peachjam/judgment_list.html +++ b/peachjam/templates/peachjam/judgment_list.html @@ -7,6 +7,7 @@

{% trans 'Judgments' %}

+ {% include "peachjam/_quick_search.html" %} {% include "peachjam/_help_button.html" with link="judgments/courts" %} {% include 'peachjam/_court_list.html' %}