author | nishanth |
Wed, 14 Jul 2010 20:47:37 +0530 | |
branch | anoop |
changeset 90 | 1a6e1af98624 |
parent 89 | b8fc66038d0d |
child 93 | 505989755cd8 |
permissions | -rw-r--r-- |
86 | 1 |
{% extends 'base.html' %} |
2 |
{% block title %} |
|
3 |
Workshop Confirmaton Mail |
|
4 |
{% endblock %} |
|
5 |
{% block content %} |
|
90
1a6e1af98624
now selecting users through forms. created a form for that
nishanth
parents:
89
diff
changeset
|
6 |
<form action="" method=post> |
1a6e1af98624
now selecting users through forms. created a form for that
nishanth
parents:
89
diff
changeset
|
7 |
{{ form.as_p }} |
1a6e1af98624
now selecting users through forms. created a form for that
nishanth
parents:
89
diff
changeset
|
8 |
<input type=submit value=send /> |
1a6e1af98624
now selecting users through forms. created a form for that
nishanth
parents:
89
diff
changeset
|
9 |
</form> |
86 | 10 |
{% endblock %} |