diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index b58ef64..6702474 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -40,6 +40,11 @@ <i class="bi bi-cart me-1"></i>Shopping List </a> </li> + <li class="nav-item"> + <a class="nav-link {% if request.endpoint == 'household' %}active{% endif %}" href="/household"> + <i class="bi bi-people me-1"></i>Household + </a> + </li> </ul> <ul class="navbar-nav ms-auto gap-1 align-items-center"> |
