diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 293ce75..ceee769 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -54,7 +54,10 @@ <h3><a class="logo" href="{{ url_for(".home") }}">#! money?</a></h3> {% if g.project %} <ul class="menu"> + {% block navbar %} <li class="active"><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li> + <li><a href="{{ url_for(".settle_bill") }}">{{ _("Settle") }}</a></li> + {% endblock %} </ul> <ul class="nav secondary-nav"> <li class="menu"> |
