templates/send_workshop_confirm.html
author anoop
Wed, 14 Jul 2010 21:04:59 +0530
branchanoop
changeset 92 9f305face605
parent 90 1a6e1af98624
child 93 505989755cd8
permissions -rw-r--r--
merged.

{% 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 %}