From b94c91a530614993ace9214e57bfae287ec8bdcb Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 30 Nov 2017 15:53:41 -0200 Subject: [PATCH] =?UTF-8?q?Avisa=20ao=20usu=C3=A1rio=20quando=20ele=20n?= =?UTF-8?q?=C3=A3o=20digita=20nada=20na=20caixa=20de=20busca=20textual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/search/search.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sapl/templates/search/search.html b/sapl/templates/search/search.html index f55688255..19c4cb150 100644 --- a/sapl/templates/search/search.html +++ b/sapl/templates/search/search.html @@ -112,7 +112,10 @@ {% endif %} {% else %} - {# Show some example queries to run, maybe query syntax, something else? #} + {% if 'q=' in request.get_full_path %} +

Favor informar um conjunto de caracteres na caixa 'Pesquisar' para realizar a busca

+ {% endif %} {% endif %} + {% endblock %}