created template for confirming workshop participation anoop
authornishanth
Thu, 15 Jul 2010 14:06:58 +0530
branchanoop
changeset 94 b38de804ff4d
parent 93 505989755cd8
child 95 ab554d46fd34
created template for confirming workshop participation
templates/cnf_wsp_ptc.html
--- /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 %}
+