branch | anoop |
changeset 150 | c5afcbaab4e6 |
parent 147 | 76935f280a4d |
child 231 | 97290cc22eb5 |
--- 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 %} </td> <td> {{m.participantinfo_set.all.0.will_sprint}}</td> +<td> +{% if m.participantinfo_set.all.0.sprinted_already %} +True +{% else %} +False +{% endif %} +</td> </tr> {% endfor %} </table>