templates/send_invi.html
author nishanth
Mon, 26 Jul 2010 17:38:50 +0530
branchanoop
changeset 174 d979d1bc1c4e
parent 56 7dfacad8adee
permissions -rw-r--r--
removed "2" from acco_choices and made corresponding change in view

{% 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 %}