From 28a3abf96d010db8253b53933d6ab36c4dd412d9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 19 Aug 2011 23:44:54 +0200 Subject: No need anymore to pass the project_id to the urls. The project is now directly added to the context local g object, and injected on the fly into the urls that need it. This commits also add ideas found while reading the flask documentation. The project can be enhanced in many ways, some ideas are stated there. --- budget/templates/send_invites.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'budget/templates/send_invites.html') diff --git a/budget/templates/send_invites.html b/budget/templates/send_invites.html index f618803..fa46c81 100644 --- a/budget/templates/send_invites.html +++ b/budget/templates/send_invites.html @@ -3,12 +3,12 @@

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

+

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

+

{{ form.submit }} No, thanks

{% endblock %} -- cgit v1.1