templates/cnf_wsp_ptc.html
author nishanth
Thu, 15 Jul 2010 14:21:09 +0530
branchanoop
changeset 95 ab554d46fd34
parent 94 b38de804ff4d
child 102 ef0012eb7695
permissions -rw-r--r--
created basic view for confirmation of wsp participation

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