templates/cnf_wsp_ptc.html
branchanoop
changeset 94 b38de804ff4d
child 102 ef0012eb7695
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/cnf_wsp_ptc.html	Thu Jul 15 14:06:58 2010 +0530
@@ -0,0 +1,10 @@
+{% extends 'base.html' %}
+{% block title %}
+{% endblock %}
+{% block content %}
+<form action="?email={{email}}" method=post>
+		{{email}}
+		<input type=submit value=go />
+</form>
+{% endblock %}
+