templates/send_workshop_confirm.html
author nishanth
Wed, 14 Jul 2010 20:20:33 +0530
branchanoop
changeset 89 b8fc66038d0d
parent 86 1f0be76a18fc
child 90 1a6e1af98624
permissions -rw-r--r--
fixed a typo in template
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 %}
89
b8fc66038d0d fixed a typo in template
nishanth
parents: 86
diff changeset
     7
{{user}} <br />
86
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 %}