whether participant has sprinted is also shown now anoop
authornishanth
Wed, 21 Jul 2010 12:57:58 +0530
branchanoop
changeset 150 c5afcbaab4e6
parent 149 1f53ccd82a21
child 151 c5915459e48b
whether participant has sprinted is also shown now
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 %}
 </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>