 23e09b0fb5
			
		
	
	
		23e09b0fb5
		
	
	
	
	
		
			
			Remove LCA2018 and LCA2019 styles and content. Add base LCA2020 styling and update references to year.
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load i18n %}
 | |
| 
 | |
| <div class="row">
 | |
|     <div class="col-12">
 | |
|       <h2 class="mb-5">{% trans "Speaking and Miniconfs" %}</h2>
 | |
|     </div>
 | |
| </div>
 | |
| 
 | |
| <div class="row">
 | |
|   {% if user.speaker_profile and proposal_kinds|length > 0 %}
 | |
|   <div class="col-md-6 d-flex flex-column">
 | |
|     {% include "symposion/dashboard/_new_proposal.html" %}
 | |
|   </div>
 | |
|   {% endif %}
 | |
|   <div class="col-md-6 d-flex flex-column">
 | |
|     {% include "symposion/dashboard/_profile.html" %}
 | |
|   </div>
 | |
| </div>
 |