author | anoop |
Wed, 14 Jul 2010 18:27:17 +0530 | |
branch | anoop |
changeset 84 | 7007ec492eac |
parent 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 %} |