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>
|
||||
<dd>{{ proposal.track }} </dd>
|
||||
|
||||
<dt>{% trans "Audience Level" %}</dt>
|
||||
<dd>{{ proposal.get_audience_level_display }} </dd>
|
||||
|
||||
{% if proposal.additional_speakers.all %}
|
||||
<dt>{% trans "Addl Speakers" %}</dt>
|
||||
<dd>
|
||||
|
@ -31,9 +34,6 @@
|
|||
<dt>{% trans "Notes" %}</dt>
|
||||
<dd>{{ proposal.additional_notes|safe }} </dd>
|
||||
|
||||
<dt>{% trans "Audience Level" %}</dt>
|
||||
<dd>{{ proposal.get_audience_level_display }} </dd>
|
||||
|
||||
<dt>{% trans "Documents" %}</dt>
|
||||
<dd>
|
||||
{% if proposal.supporting_documents.exists %}
|
||||
|
|
Loading…
Reference in a new issue