templates/send_invi.html
author anoop
Tue, 27 Jul 2010 17:22:28 +0530
branchanoop
changeset 187 47282ad1b862
parent 56 7dfacad8adee
permissions -rw-r--r--
changed confirmation dates to be sent to late registration people.

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