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> |             <p class="error_message">{{warning}}</p> | ||||||
|             {% endfor %} |             {% endfor %} | ||||||
|         </div> |         </div> | ||||||
|  | 
 | ||||||
|         <div id="happy_message_area"> |         <div id="happy_message_area"> | ||||||
|             <p>You got {{results|length}} items.</p> |             <p>You got {{results|length}} items.</p> | ||||||
|         </div> |         </div> | ||||||
|  | 
 | ||||||
|         {{prev_next_buttons()}} |         {{prev_next_buttons()}} | ||||||
|  | 
 | ||||||
|         <div id="search_results_holder"> |         <div id="search_results_holder"> | ||||||
|             {% for result in results %} |             {% for result in results %} | ||||||
|                 {% if result.__class__.__name__ == 'Photo' %} |                 {% if result.__class__.__name__ == 'Photo' %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue