Commit 0c4bac3224d679d032f8f1c2571fae7aa696c2f8
Committed by
Luciano Prestes
1 parent
b4b800c3
Exists in
master
and in
23 other branches
Persisting value of search box in spb-theme
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | <h3 class="colab-search-title"> {% trans "BUSCAR NO PORTAL" %} </h3> |
41 | 41 | <div class="colab-search-field"> |
42 | 42 | <span class="formfield"> |
43 | - <input class="colab-search-input" id="search-input" name="q" value="" type="text"> | |
43 | + <input class="colab-search-input" id="search-input" name="q" value="{{ request.GET.q }}" type="text"> | |
44 | 44 | </span> |
45 | 45 | </div> |
46 | 46 | <input class="btn colab-search-blue with-text icon-search submit" name="commit" value="Buscar" type="submit"> | ... | ... |