author | nishanth |
Sun, 06 Jun 2010 17:32:50 +0530 | |
branch | anoop |
changeset 56 | 7dfacad8adee |
permissions | -rw-r--r-- |
56 | 1 |
{% extends 'base.html' %} |
2 |
{% block title %} |
|
3 |
Send Invitations |
|
4 |
{% endblock %} |
|
5 |
{% block content %} |
|
6 |
{% if form %} |
|
7 |
<form action="" method="post"> |
|
8 |
{{form.as_p}} |
|
9 |
<input type=submit value="send mails"> |
|
10 |
</form> |
|
11 |
{% else %} |
|
12 |
Successfully sent emails to:<br /> |
|
13 |
{{ emails|unordered_list}} |
|
14 |
{% endif %} |
|
15 |
{% endblock %} |