From ef353d643c274d19e7816e9cfa436e38f1d1edea Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 9 Sep 2011 21:21:37 +0200 Subject: Refactor the application to use blueprints. This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways. --- 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 bf018e2..ec68333 100644 --- a/budget/templates/send_invites.html +++ b/budget/templates/send_invites.html @@ -4,14 +4,14 @@
  1. Create the project
  2. Invite people
  3. -
  4. Use it!
  5. +
  6. Use it!
{% endblock %} {% 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

+

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

{% include "display_errors.html" %}
-- cgit v1.1