diff -r 6af9056ccac9 -r 272dced1685b template/submission.html --- a/template/submission.html Thu Sep 03 18:52:01 2009 +0530 +++ b/template/submission.html Thu Sep 03 19:07:30 2009 +0530 @@ -2,7 +2,7 @@ -OCR +Spoken Tutorials @@ -44,15 +44,15 @@ {% for participant in participants %} - {{ participant.name }} - {{ participant.email }} - {{ participant.language }} - {{ participant.phonenumber }} - {{ participant.age }} - {{ participant.category }} - {{ file }} + {{ participant.participant.name }} + {{ participant.participant.email }} + {{ participant.participant.language }} + {{ participant.participant.age }} + {{ participant.participant.phonenumber }} + {{ participant.participant.category }} + {{ participant.file_name }} - {% endfor %} + {% endfor %} {% endblock %}