Teeny tiny whitespace tweaks.
This commit is contained in:
parent
41b03f46b9
commit
c9eacbef2f
1 changed files with 4 additions and 1 deletions
|
@ -363,10 +363,13 @@
|
|||
<p class="error_message">{{warning}}</p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div id="happy_message_area">
|
||||
<p>You got {{results|length}} items.</p>
|
||||
</div>
|
||||
|
||||
{{prev_next_buttons()}}
|
||||
|
||||
<div id="search_results_holder">
|
||||
{% for result in results %}
|
||||
{% if result.__class__.__name__ == 'Photo' %}
|
||||
|
|
Loading…
Reference in a new issue