2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Send search query text to template

This commit is contained in:
Oliver Walters
2019-04-17 00:57:44 +10:00
parent 3c7191c8c8
commit fbf764e2ef
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<h3>InvenTree Search</h3>
<p>
Search stuff goes here.
Searched for: {{ query }}
</p>
{% endblock %}