author | anoop |
Thu, 29 Jul 2010 15:59:18 +0530 | |
branch | anoop |
changeset 193 | 9b2a63bb8d16 |
parent 56 | 7dfacad8adee |
permissions | -rw-r--r-- |
{% extends 'base.html' %} {% block title %} Send Invitations {% endblock %} {% block content %} {% if form %} <form action="" method="post"> {{form.as_p}} <input type=submit value="send mails"> </form> {% else %} Successfully sent emails to:<br /> {{ emails|unordered_list}} {% endif %} {% endblock %}