 5409d4974a
			
		
	
	
		5409d4974a
		
	
	
	
	
		
			
			I think this removes most references to "hobart", "pycon", and "2017" There are still some references to some images that we don't have a replacement for.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load lca2018_tags %}
 | |
| {% load bootstrap %}
 | |
| 
 | |
| {% if form.non_field_errors %}
 | |
|   <div class="has-errors">
 | |
|     {{ form.non_field_errors }}
 | |
|   </div>
 | |
|   <br/>
 | |
| {% endif %}
 | |
| 
 | |
| <blockquote>
 | |
|   Fields marked with <strong>*</strong> are required.
 | |
| </blockquote>
 | |
| 
 | |
| {{ form|bootstrap_horizontal }}
 |