templates/send_workshop_confirm.html
author nishanth
Wed, 14 Jul 2010 20:47:37 +0530
branchanoop
changeset 90 1a6e1af98624
parent 89 b8fc66038d0d
child 93 505989755cd8
permissions -rw-r--r--
now selecting users through forms. created a form for that

{% extends 'base.html' %}
{% block title %}
Workshop Confirmaton Mail
{% endblock %}
{% block content %}
<form action="" method=post>
		{{ form.as_p }}
		<input type=submit value=send />
</form>
{% endblock %}