# HG changeset patch # User nishanth # Date 1279697278 -19800 # Node ID c5afcbaab4e6e8fce4a966c0115d9c625274a7fc # Parent 1f53ccd82a21aeb35663c0100cad842c68f6975b whether participant has sprinted is also shown now 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 %}