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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
94
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     2
{% block title %}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     3
{% endblock %}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     4
{% block content %}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     5
<form action="?email={{email}}" method=post>
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     6
		{{email}}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     7
		<input type=submit value=go />
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     8
</form>
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
     9
{% endblock %}
b38de804ff4d created template for confirming workshop participation
nishanth
parents:
diff changeset
    10