templates/send_workshop_confirm.html
author nishanth
Wed, 14 Jul 2010 20:19:10 +0530
branchanoop
changeset 88 33200c7d163a
parent 86 1f0be76a18fc
child 89 b8fc66038d0d
permissions -rw-r--r--
fixed a typo

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