moved Audience Level to a more logical spot in _proposal_fields
This commit is contained in:
		
							parent
							
								
									b6d97c9118
								
							
						
					
					
						commit
						70351b3714
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -7,6 +7,9 @@ | ||||||
|     <dt>{% trans "Track" %}</dt> |     <dt>{% trans "Track" %}</dt> | ||||||
|     <dd>{{ proposal.track }} </dd> |     <dd>{{ proposal.track }} </dd> | ||||||
|      |      | ||||||
|  |     <dt>{% trans "Audience Level" %}</dt> | ||||||
|  |     <dd>{{ proposal.get_audience_level_display }} </dd> | ||||||
|  |      | ||||||
|     {% if proposal.additional_speakers.all %} |     {% if proposal.additional_speakers.all %} | ||||||
|         <dt>{% trans "Addl Speakers" %}</dt> |         <dt>{% trans "Addl Speakers" %}</dt> | ||||||
|         <dd> |         <dd> | ||||||
|  | @ -31,9 +34,6 @@ | ||||||
|     <dt>{% trans "Notes" %}</dt> |     <dt>{% trans "Notes" %}</dt> | ||||||
|     <dd>{{ proposal.additional_notes|safe }} </dd> |     <dd>{{ proposal.additional_notes|safe }} </dd> | ||||||
|      |      | ||||||
|     <dt>{% trans "Audience Level" %}</dt> |  | ||||||
|     <dd>{{ proposal.get_audience_level_display }} </dd> |  | ||||||
|      |  | ||||||
|     <dt>{% trans "Documents" %}</dt> |     <dt>{% trans "Documents" %}</dt> | ||||||
|     <dd> |     <dd> | ||||||
|         {% if proposal.supporting_documents.exists %} |         {% if proposal.supporting_documents.exists %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brian Rosner
						Brian Rosner