From 87ea04505924a0869e3c806cdf4de3defc1c034c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Jul 2011 15:46:53 +0200 Subject: Invite people after project creation. Uses the flask-mail extension. --- budget/templates/send_invites.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 budget/templates/send_invites.html (limited to 'budget/templates/send_invites.html') diff --git a/budget/templates/send_invites.html b/budget/templates/send_invites.html new file mode 100644 index 0000000..f618803 --- /dev/null +++ b/budget/templates/send_invites.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} +{% block content %} +

Invite people to join this project

+

Specify a (coma separated) list of email adresses you want to notify about the +creation of this budget management project and we will send them an email for you.

+

If you prefer, you can skip this step and notify them yourself

+ +{% include "display_errors.html" %} +
+ {{ form.hidden_tag() }} +

{{ form.emails.label }}
{{ form.emails }}

+

{{ form.submit }} No, thanks

+
+{% endblock %} -- cgit v1.1