diff --git a/pinaxcon/templates/symposion/proposals/_proposal_fields.html b/pinaxcon/templates/symposion/proposals/_proposal_fields.html
index c507d93f..d168f44b 100644
--- a/pinaxcon/templates/symposion/proposals/_proposal_fields.html
+++ b/pinaxcon/templates/symposion/proposals/_proposal_fields.html
@@ -48,10 +48,10 @@
{% trans "Speaker:" %} {{ speaker.name }}
{% trans "Biography" %}
- {{ proposal.speaker.biography_html|safe }}
+ {{ speaker.biography_html|safe }}
{% trans "Experience" %}
- {{ proposal.speaker.experience_html|safe }}
+ {{ speaker.experience_html|safe }}
{% endfor %}
{% can_manage proposal as can_manage_proposal %}
diff --git a/pinaxcon/templates/symposion/proposals/proposal_detail.html b/pinaxcon/templates/symposion/proposals/proposal_detail.html
index 401aabae..4548f6e6 100644
--- a/pinaxcon/templates/symposion/proposals/proposal_detail.html
+++ b/pinaxcon/templates/symposion/proposals/proposal_detail.html
@@ -34,7 +34,7 @@
{% endif %}
{% else %}
- {% trans 'Cancelled' }
+ {% trans 'Cancelled' %}
{% endif %}