From 682090f594012a2401c31f82762d350ac8c60889 Mon Sep 17 00:00:00 2001 From: Sebastien Stettler Date: Wed, 7 Feb 2024 12:17:54 +0800 Subject: [PATCH] feat: add links for bottle feeding (#764) Co-authored-by: Christopher C. Wells --- babybuddy/templates/babybuddy/nav-dropdown.html | 4 ++++ core/templates/core/feeding_list.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/babybuddy/templates/babybuddy/nav-dropdown.html b/babybuddy/templates/babybuddy/nav-dropdown.html index eba34b8c..d5e8c02b 100644 --- a/babybuddy/templates/babybuddy/nav-dropdown.html +++ b/babybuddy/templates/babybuddy/nav-dropdown.html @@ -49,6 +49,10 @@ {% trans "Feeding" %} + + + {% trans "Bottle Feeding" %} + {% endif %} {% if perms.core.add_pumping %} diff --git a/core/templates/core/feeding_list.html b/core/templates/core/feeding_list.html index 281e280d..4932c35d 100644 --- a/core/templates/core/feeding_list.html +++ b/core/templates/core/feeding_list.html @@ -13,6 +13,10 @@ {% trans "Add Feeding" %} + + {% trans "Add Bottle Feeding" %} + {% endif %} {% include 'babybuddy/filter.html' %}