diff -r 89d29b1c42b5 -r d424b9668a74 templates/list_toppers.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/list_toppers.html Thu Apr 22 00:36:08 2010 +0530 @@ -0,0 +1,18 @@ +{% extends 'base.html' %} +{% block content %} +List of toppers for {{quiz_name}} of {{event.title}}
+
+ + + + + + + {% for quiz in sorted_quizzes %} + + + + + + {% endfor %} +{% endblock %}
Name Profession Score
{{quiz.user.get_full_name}}{{quiz.user.get_profile.profession}}{{quiz.score}}