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

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