aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-09-14 01:16:25 +0200
committerArnaud Bos <arnaud.tlse@gmail.com>2011-09-14 01:16:25 +0200
commit89e1bbe134bc770d4a3f999a1329bd07522b07cf (patch)
tree818f77883e6c756bcd1e797af7868c40cba97e00 /budget/templates/layout.html
parent88cd2f86751621d73574ac56a9d6c4bedcbdd3d5 (diff)
downloadihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.zip
ihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.tar.gz
ihatemoney-mirror-89e1bbe134bc770d4a3f999a1329bd07522b07cf.tar.bz2
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.
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index afdda85..c45a193 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -12,7 +12,7 @@
$(".flash").fadeOut("slow", function () {
$(".flash").remove();
});
- }, 2000);
+ }, 4000);
$("body").bind("click", function(e) {
$("ul.menu-dropdown").hide();
$('a.menu').parent("li").removeClass("open").children("ul.menu-dropdown").hide();