]> git.parisson.com Git - mezzo.git/commitdiff
Search: correcting path template
authorEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 11:20:58 +0000 (12:20 +0100)
committerEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 11:20:58 +0000 (12:20 +0100)
app/templates/search_results.html

index fe00806a8d71739320eaf3b50dde381c9ab62e3f..3cf423129c66b881b24d501347799bc53c41c261 100644 (file)
@@ -63,7 +63,7 @@
                             {% endwith %}
                         {% else %}
                             {% with result as page %}
-                                {% include 'pages/includes/page_search.html' %}
+                                {% include 'pages/page/includes/page_search.html' %}
                             {% endwith %}
                         {% endif %}
                     {% endfor %}