templates/cnf_wsp_ptc.html
author nishanth
Thu, 15 Jul 2010 14:06:58 +0530
branchanoop
changeset 94 b38de804ff4d
child 102 ef0012eb7695
permissions -rw-r--r--
created template for confirming workshop participation

{% extends 'base.html' %}
{% block title %}
{% endblock %}
{% block content %}
<form action="?email={{email}}" method=post>
		{{email}}
		<input type=submit value=go />
</form>
{% endblock %}