s
This commit is contained in:
commit
98ab9d55d1
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
{% for result in page.object_list %}
|
{% for result in page.object_list %}
|
||||||
<p>
|
<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>
|
</p>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p>No results found.</p>
|
<p>No results found.</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user