| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% extends "symposion/speakers/base.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% load bootstrap %} | 
					
						
							|  |  |  | {% load i18n %} | 
					
						
							|  |  |  | {% load pinax_boxes_tags %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block page_title %}{% trans "Edit Speaker Profile" %}{% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  | <div class="l-content-page"> | 
					
						
							|  |  |  |   <div class="l-content-page--richtext"> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |     <form method="POST" action="" enctype="multipart/form-data"> | 
					
						
							|  |  |  |         {% csrf_token %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |         <h2>{% trans "Edit Speaker Profile" %}</h2> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |         <fieldset> | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |           {% include "_form_snippet.html" with form=speaker_form %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |         </fieldset> | 
					
						
							|  |  |  |         <div class="form-actions"> | 
					
						
							|  |  |  |             <input class="btn btn-primary" type="submit" value="Save" /> | 
					
						
							|  |  |  |             <a class="btn btn-default" href="{% url "dashboard" %}">Cancel</a> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </form> | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |   </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% endblock %} |