Changeset - 42c97e684802
[Not reviewed]
Merge
1 6 23
Christopher Neugebauer - 8 years ago 2016-04-26 09:13:33
chrisjrn@gmail.com
Merge remote-tracking branch 'pinaxcon/master'
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/proposals/_proposal_fields.html
Show inline comments
...
 
@@ -26,16 +26,16 @@
 
    {% endif %}
 

	
 
    <dt>{% trans "Description" %}</dt>
 
    <dd>{{ proposal.description }}&nbsp;</dd>
 

	
 
    <dt>{% trans "Abstract" %}</dt>
 
    <dd>{{ proposal.abstract|safe }}&nbsp;</dd>
 
    <dd>{{ proposal.abstract_html|safe }}&nbsp;</dd>
 

	
 
    <dt>{% trans "Notes" %}</dt>
 
    <dd>{{ proposal.additional_notes|safe }}&nbsp;</dd>
 
    <dd>{{ proposal.additional_notes_html|safe }}&nbsp;</dd>
 

	
 
    <dt>{% trans "Speaker Bio" %}</dt>
 
    <dd>{{ proposal.speaker.biography|safe }}&nbsp;</dd>
 

	
 
    <dt>{% trans "Documents" %}</dt>
 
    <dd>
0 comments (0 inline, 0 general)