From 89e1bbe134bc770d4a3f999a1329bd07522b07cf Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Wed, 14 Sep 2011 01:16:25 +0200 Subject: Make the identifier clearer to the end-user. - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. --- budget/templates/forms.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index ba915e8..f516e40 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -19,10 +19,10 @@ {% macro submit(field, cancel=False, home=False) -%}
+ {% if home %} - Back Home + Go back Home {% endif %} - {% if cancel %} {% endif %} @@ -36,7 +36,7 @@ {{ input(form.id) }} {{ input(form.password) }} {% if not home %} - {{ submit(form.submit) }} + {{ submit(form.submit, home=True) }} {% endif %} {% endmacro %} @@ -84,7 +84,7 @@ {{ form.hidden_tag() }} {{ input(form.emails) }}
- + No, thanks
{% endmacro %} -- cgit v1.1