Skip to content
Snippets Groups Projects
Commit 877367dc authored by Chris Lawton's avatar Chris Lawton
Browse files

adding search results page wrapper

parent 55e3c77a
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<ul> <ul>
{% for pick in search_picks %} {% for pick in search_picks %}
<li> <li>
<div class="wrapper wrapper--small wrapper--top-bottom-inner-space">
{% include "search/includes/search_result.html" with result=pick.page.specific %} {% include "search/includes/search_result.html" with result=pick.page.specific %}
</li> </li>
{% endfor %} {% endfor %}
...@@ -44,4 +45,5 @@ ...@@ -44,4 +45,5 @@
No results found. No results found.
{% endif %} {% endif %}
</div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment