Enhance proposal fields display
* Display the "withdrawn" status * Display extra information about exhibitions for art+tech
This commit is contained in:
		
							parent
							
								
									21e06deef0
								
							
						
					
					
						commit
						d19e34280a
					
				
					 1 changed files with 34 additions and 1 deletions
				
			
		|  | @ -1,6 +1,17 @@ | |||
| {% load i18n %} | ||||
| {% load lca2018_tags %} | ||||
| 
 | ||||
|     <div> | ||||
|       <label class="col-sm-2 col-lg-2">Withdrawn</label> | ||||
|       <div class="col-sm-10 col-lg-10"> | ||||
|           {% if proposal.cancelled %} | ||||
|             <p class="label-danger">WITHDRAWN</p> | ||||
|           {% else %} | ||||
|             <p class="label-success">Not withdrawn</p> | ||||
|           {% endif %} | ||||
|       </div> | ||||
|     </div> | ||||
| 
 | ||||
|     <div> | ||||
|       <label class="col-sm-2 col-lg-2">Submitted by</label> | ||||
|       <div class="col-sm-10 col-lg-10"> | ||||
|  | @ -30,7 +41,29 @@ | |||
|       </div> | ||||
|     </div> | ||||
|     {% endif %} | ||||
|      | ||||
| 
 | ||||
|     {% if proposal.can_exhibit %} | ||||
|     <div> | ||||
|       <label class="col-sm-2 col-lg-2">Can exhibit?</label> | ||||
|       <div class="col-sm-10 col-lg-10"> | ||||
|           <p>{{ proposal.get_can_exhibit_display }}</p> | ||||
|       </div> | ||||
|       <div> | ||||
|       <label class="col-sm-2 col-lg-2">Exhibition Requirements</label> | ||||
|       <div class="col-sm-10 col-lg-10"> | ||||
|           {% if proposal.exhibition_requirements %} | ||||
|             <div class="special_requirements monospace-text">{{ proposal.exhibition_requirements|safe }}</div> | ||||
|           {% else %} | ||||
|             <div class="special_requirements monospace-text"><b>No Special Talk Requirements Requested</b></div> | ||||
|           {% endif %} | ||||
|        | ||||
|       </div> | ||||
|         | ||||
|     </div> | ||||
| 
 | ||||
|     </div> | ||||
|     {% endif %} | ||||
| 
 | ||||
|     {% if proposal.additional_speakers.all %} | ||||
|       <div> | ||||
|         <label class="col-sm-2 col-lg-2">Additional Speakers</label> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley