# HG changeset patch # User nishanth # Date 1279255033 -19800 # Node ID 9def10724853ad46129a79f9901f06109ae215b5 # Parent 17e35783c8d681de7415b34f4e39f4eabc9c662d added more fields in selecting users for workshop diff -r 17e35783c8d6 -r 9def10724853 templates/send_workshop_confirm.html --- a/templates/send_workshop_confirm.html Thu Jul 15 14:58:43 2010 +0530 +++ b/templates/send_workshop_confirm.html Fri Jul 16 10:07:13 2010 +0530 @@ -8,8 +8,10 @@ {% for m in matches %} - {{m.first_name}} + {{m}} {{m.gender}} + {{m.profession}} + {{m.affiliated_to}} {% endfor %}