diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 8e6d3b2..27f5b5b 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -42,6 +42,7 @@ {% if g.project %} <ul class="nav primary-nav"> <li class="active"><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li> + <li><a href="{{ url_for(".settle_bill") }}">{{ _("Settle") }}</a></li> </ul> {% endif %} <ul class="nav pull-right secondary-nav"> |
