no results class
This commit is contained in:
parent
ceb8bbcebb
commit
0ed4be7bf6
|
@ -35,7 +35,7 @@
|
||||||
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a>
|
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p>No results found.</p>
|
<p class="noResults">No results found.</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if page.has_previous or page.has_next %}
|
{% if page.has_previous or page.has_next %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user