templates/send_invi.html
author nishanth
Tue, 20 Jul 2010 13:10:05 +0530
branchanoop
changeset 145 dec4a9b61534
parent 56 7dfacad8adee
permissions -rw-r--r--
sprint_info page is complete

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