diff --git a/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/brand_navbar.html b/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/brand_navbar.html index ee8efc1919..70fb9de890 100644 --- a/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/brand_navbar.html +++ b/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/brand_navbar.html @@ -43,7 +43,7 @@
{% block center_menu %} - {% include './search_bar.html' %} + {% include './search_bar.html' with search_bar_id='gn-search-bar' %} {% endblock %}
@@ -60,7 +60,7 @@
{% block bottom_menu %} - {% include './search_bar.html' %} + {% include './search_bar.html' with search_bar_id='gn-search-bar-bottom' %} {% endblock %}
{% block extra_script %} @@ -84,4 +84,4 @@ window.addEventListener('hashchange', manageUrlChange, false); })(); -{% endblock extra_script %} +{% endblock extra_script %} \ No newline at end of file diff --git a/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/search_bar.html b/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/search_bar.html index 3644814fa5..8d9d2f87f2 100644 --- a/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/search_bar.html +++ b/geonode_mapstore_client/templates/geonode-mapstore-client/snippets/search_bar.html @@ -1,10 +1,10 @@ -