diff -r 7007ec492eac -r 1f0be76a18fc templates/send_workshop_confirm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/send_workshop_confirm.html Wed Jul 14 20:15:39 2010 +0530 @@ -0,0 +1,9 @@ +{% extends 'base.html' %} +{% block title %} +Workshop Confirmaton Mail +{% endblock %} +{% block content %} +{% for user in matches %} +user +{% endfor %} +{% endblock %}