From eb5e53f5f0c0e93ce168e2ab61d46d8d5d8c48ac Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 14 Apr 2011 23:35:13 -0400 Subject: [PATCH] Made sure the side bar search form submit title doesn't change --- apps/main/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index e9191a404f..9b9cfb9da5 100644 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -137,9 +137,11 @@ {% if side_bar_search and not web_theme_hide_menus %} {% with "true" as side_bar %} {% with "true" as form_hide_required_text %} + {% with "" as object %} {% search_form %} {% endwith %} {% endwith %} + {% endwith %} {% endif %} {% get_object_navigation_links as object_navigation_links %}