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

{% extends 'base.html' %}
{% block title %}
Workshop Confirmaton Mail
{% endblock %}
{% block content %}
{% for user in matches %}
user
{% endfor %}
{% endblock %}