author | nishanth |
Fri, 16 Jul 2010 10:07:13 +0530 | |
branch | anoop |
changeset 101 | 9def10724853 |
parent 94 | b38de804ff4d |
child 102 | ef0012eb7695 |
permissions | -rw-r--r-- |
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 |