diff -r 7b84f472c530 -r 97290cc22eb5 templates/send_sgd_cnf.html
--- a/templates/send_sgd_cnf.html Wed Aug 11 16:24:15 2010 +0530
+++ b/templates/send_sgd_cnf.html Thu Aug 19 18:20:27 2010 +0530
@@ -12,6 +12,7 @@
{{m}} |
{{m.gender}} |
{{m.profession}} |
+ {{m.t_shirt_size}} |
{{m.affiliated_to}} |
{% endfor %}
@@ -25,6 +26,7 @@
{{m}} |
{{m.gender}} |
{{m.profession}} |
+ {{m.t_shirt_size}} |
{{m.affiliated_to}} |
{% endfor %}
@@ -40,6 +42,7 @@
{{m}} |
{{m.gender}} |
{{m.profession}} |
+ {{m.t_shirt_size}} |
{{m.affiliated_to}} |
{% if m.participantinfo_set.all.0.has_laptop_for_sagedays %}
|