diff options
Diffstat (limited to 'budget/templates/list_bills.html')
| -rw-r--r-- | budget/templates/list_bills.html | 2 |
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> |
