no results class

This commit is contained in:
Sanj 2011-10-25 19:47:34 +01:00
parent ceb8bbcebb
commit 0ed4be7bf6

View File

@ -35,7 +35,7 @@
<a href="{{ result.object.get_absolute_url }}&search={{ query }}">{{ result.object.title }}</a>
</p>
{% empty %}
<p>No results found.</p>
<p class="noResults">No results found.</p>
{% endfor %}
{% if page.has_previous or page.has_next %}