templates/send_invi.html
author anoop
Fri, 30 Jul 2010 13:08:32 +0530
branchanoop
changeset 198 bafcc5b5523e
parent 56 7dfacad8adee
permissions -rw-r--r--
last commit was not full, made changes to send accommodation confirmation.

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