Update pinaxcon/templates/symposion/reviews/_review_table.html
This commit is contained in:
		
							parent
							
								
									6d76bdbd64
								
							
						
					
					
						commit
						c0577b21b0
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -27,7 +27,12 @@ | |||
|                         {{ proposal.title }} | ||||
|                     </a> | ||||
|                 </td> | ||||
|                 <td>{{ proposal.cancelled }}</td> | ||||
|                 <td> | ||||
|                     {% if proposal.cancelled %} | ||||
|                         <p class="badge-danger">WITHDRAWN</p> | ||||
|                     {% else %} | ||||
|                         <p class="badge-success">Not withdrawn</p> | ||||
|                     {% endif %}</td> | ||||
|                 <td>{{ proposal.get_target_audience_display }}</td> | ||||
|                 <td>{{ proposal.get_talk_format_display }}</td> | ||||
|                 <td>{{ proposal.total_votes }}</td> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley