diff -r 0842b3439c3e -r 80df28feac72 templates/user_dump.html --- a/templates/user_dump.html Thu Apr 22 12:17:21 2010 +0530 +++ b/templates/user_dump.html Thu Apr 22 12:31:29 2010 +0530 @@ -12,7 +12,7 @@ {% for ans in quiz.que_answered.all %} {{ans.question.description|slice:":50"}} - {{ans.submitted_ans}} +
{{ans.submitted_ans}}
{% endfor %}