branch | anoop |
changeset 246 | 3a32df4b3171 |
245:30053a24a92a | 246:3a32df4b3171 |
---|---|
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 Send Custom 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 %} |