templates/send_workshop_confirm.html
author nishanth
Wed, 14 Jul 2010 20:16:43 +0530
branchanoop
changeset 87 911b9d0ea105
parent 86 1f0be76a18fc
child 89 b8fc66038d0d
permissions -rw-r--r--
merged
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
86
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     2
{% block title %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     3
Workshop Confirmaton Mail
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     4
{% endblock %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     5
{% block content %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     6
{% for user in matches %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     7
user
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     8
{% endfor %}
1f0be76a18fc added a view for sending confirmation for workshop
nishanth
parents:
diff changeset
     9
{% endblock %}