diff -r 1f53ccd82a21 -r c5afcbaab4e6 templates/send_sgd_cnf.html --- a/templates/send_sgd_cnf.html Wed Jul 21 12:51:25 2010 +0530 +++ b/templates/send_sgd_cnf.html Wed Jul 21 12:57:58 2010 +0530 @@ -49,6 +49,13 @@ {% endif %} {{m.participantinfo_set.all.0.will_sprint}} + +{% if m.participantinfo_set.all.0.sprinted_already %} +True +{% else %} +False +{% endif %} + {% endfor %}