added Speaker Bio to proposal display fields
This commit is contained in:
parent
be877c19d6
commit
32155ff1ea
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
<dt>{% trans "Notes" %}</dt>
|
||||
<dd>{{ proposal.additional_notes|safe }} </dd>
|
||||
|
||||
<dt>{% trans "Speaker Bio" %}</dt>
|
||||
<dd>{{ proposal.speaker.biography|safe }} </dd>
|
||||
|
||||
<dt>{% trans "Documents" %}</dt>
|
||||
<dd>
|
||||
{% if proposal.supporting_documents.exists %}
|
||||
|
|
Loading…
Reference in a new issue