diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index d95eb498cf447ddc661cb5c674ec788acba45dd3..e8b711e23bd086c164e311e22213609501a7517b 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 %}
-