 504cf77574
			
		
	
	
		504cf77574
		
	
	
	
	
		
			
			* Allows us to manage additional speakers from the admin * Show speaker e-mail addresses. Fixes #57 * Denotes fields as required.
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h4>
 | |
|   <label for="{{ field.id_for_label }}">{{ field.label }}</label>
 | |
|   {% if field.field.required %}
 | |
|     (*)
 | |
|   {% endif %}
 | |
| </h4>
 | |
| <ul class="form-field boolean-group">
 | |
|   {% for item in field %}
 | |
|   LA
 | |
|     <li class="boolean-group--row">
 | |
|       {{ item }}
 | |
|       <label for="{{ item.id_for_label }}"><strong>{{ item.label }}</strong></label>
 | |
|     </li>
 | |
|   {% endfor %}
 | |
| </ul>
 | |
| {{ field.errors }}
 |