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