diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html
index d95eb498..e8b711e2 100644
--- a/pinaxcon/templates/dashboard.html
+++ b/pinaxcon/templates/dashboard.html
@@ -41,9 +41,9 @@
- {% for proposal in user.speaker_profile.proposals.all %}
- {% include "symposion/proposals/_proposal_row.html" %}
- {% endfor %}
+ {% for proposal in user.speaker_profile.proposals.all %}
+ {% include "symposion/proposals/_proposal_row.html" %}
+ {% endfor %}
@@ -57,10 +57,12 @@
{% pending_proposals as pending_proposals %}
{% if associated_proposals or pending_proposals %}
-