diff -r 30053a24a92a -r 3a32df4b3171 templates/send_cust_invi.html --- /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.as_p}} + +
+{% else %} +Successfully sent emails to:
+{{ emails|unordered_list}} +{% endif %} +{% endblock %}