Skip to content

Commit

Permalink
Fixes *_html proposal fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Apr 4, 2016
1 parent 770e2ca commit 1f16614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pinaxcon/templates/symposion/proposals/_proposal_fields.html
Expand Up @@ -29,10 +29,10 @@
<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>
Expand Down

0 comments on commit 1f16614

Please sign in to comment.