[fix] product search in new block header_actions

This commit is contained in:
Rushabh Mehta
2015-06-01 17:23:42 +05:30
parent a33d468d30
commit aded46d33e
6 changed files with 28 additions and 22 deletions

View File

@@ -2,6 +2,10 @@
{% block header %}<h2>Product Search</h2>{% endblock %}
{% block header_actions %}
{% include 'templates/includes/product_search_box.html' %}
{% endblock %}
{% block content %}
<script>{% include "templates/includes/product_list.js" %}</script>
@@ -15,7 +19,6 @@ $(document).ready(function() {
});
</script>
{% include "templates/includes/product_search_box.html" %}
<div class="product-search-content">
<h3 class="search-results">Search Results</h3>
<div id="search-list" class="row">