templates/send_cust_invi.html
branchanoop
changeset 246 3a32df4b3171
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/send_cust_invi.html	Tue Nov 09 12:02:42 2010 +0530
@@ -0,0 +1,15 @@
+{% extends 'base.html' %}
+{% block title %}
+Send Custom 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 %}