diff options
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index ab1f45d..d4447e6 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -52,7 +52,7 @@ <div class="fill"><div class="container-fluid"> <h3><a class="logo" href="{{ url_for(".home") }}">#! money?</a></h3> {% if g.project %} - <ul> + <ul class="menu"> <li class="active"><a href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li> </ul> <ul class="nav secondary-nav"> |
