aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.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/list_bills.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/list_bills.html')
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 545de6a..63a8916 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -60,6 +60,8 @@
{% endblock %}
{% block content %}
+<div class="identifier">The project identifier is <a href="{{ url_for(".list_bills") }}">{{ g.project.id }}</a>, remember it or add this page to you bookmarks!</div>
+<br /><br />
<a id="new-bill" href="{{ url_for(".add_bill") }}" class="primary">Add a new bill</a>
<form id="bill-form" action="{{ url_for(".add_bill") }}" method="post" style="display: none">
<a id="hide-bill-form" href="#">hide this form</a>