search goes to search query in modules page
This commit is contained in:
parent
3df09b17bc
commit
3d73b368e0
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
|
||||
{% for result in page.object_list %}
|
||||
<p>
|
||||
<a href="{{ result.object.get_absolute_url }}">{{ result.object.title }}</a>
|
||||
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a><br />
|
||||
{{ result.object.text }}
|
||||
</p>
|
||||
{% empty %}
|
||||
<p>No results found.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue