Improve html & Jinja indentation.
This commit is contained in:
		
							parent
							
								
									b02374136f
								
							
						
					
					
						commit
						f4756d97e4
					
				
					 1 changed files with 37 additions and 37 deletions
				
			
		|  | @ -146,13 +146,13 @@ form | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| <body> | <body> | ||||||
|     {{header.make_header(session=session)}} | {{header.make_header(session=session)}} | ||||||
|     <div id="error_message_area"> | <div id="error_message_area"> | ||||||
|     {% for warning in warnings %} |     {% for warning in warnings %} | ||||||
|         <span class="search_warning">{{warning}}</span> |         <span class="search_warning">{{warning}}</span> | ||||||
|     {% endfor %} |     {% endfor %} | ||||||
|     </div> | </div> | ||||||
|     <div id="content_body"> | <div id="content_body"> | ||||||
|     <div id="left"> |     <div id="left"> | ||||||
|         {% for tagtype in ["musts", "mays", "forbids"] %} |         {% for tagtype in ["musts", "mays", "forbids"] %} | ||||||
|         <div id="search_builder_{{tagtype}}" {% if search_kwargs["tag_expression"]%}style="display:none"{%endif%}> |         <div id="search_builder_{{tagtype}}" {% if search_kwargs["tag_expression"]%}style="display:none"{%endif%}> | ||||||
|  | @ -298,8 +298,8 @@ form | ||||||
| 
 | 
 | ||||||
|         {{prev_next_buttons()}} |         {{prev_next_buttons()}} | ||||||
|     </div> |     </div> | ||||||
|     {{clipboard_tray.clipboard_tray()}} | </div> | ||||||
|     </div> | {{clipboard_tray.clipboard_tray()}} | ||||||
| </body> | </body> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue