From 472dba13f8f160a37ca98fefda4ab7e4f7ebf6f3 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 15 Apr 2023 14:03:18 -0700 Subject: [PATCH] Update missed BS4 classes for BS5 --- babybuddy/templates/babybuddy/nav-dropdown.html | 5 ++--- core/templates/core/child_quick_switch.html | 4 ++-- core/templates/core/quick_timer_nav.html | 2 +- core/templates/core/timer_nav.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/babybuddy/templates/babybuddy/nav-dropdown.html b/babybuddy/templates/babybuddy/nav-dropdown.html index efc2e04d..9b15000a 100644 --- a/babybuddy/templates/babybuddy/nav-dropdown.html +++ b/babybuddy/templates/babybuddy/nav-dropdown.html @@ -200,8 +200,7 @@ {% endif %} {% if perms.core.add_temperature %} + href="{% url 'core:temperature-add' %}"> {% trans "Temperature reading" %} {% endif %} @@ -214,7 +213,7 @@ {% endif %} {% if perms.core.add_weight %} - {% trans "Weight entry" %} diff --git a/core/templates/core/child_quick_switch.html b/core/templates/core/child_quick_switch.html index 1559484f..d04cbc0a 100644 --- a/core/templates/core/child_quick_switch.html +++ b/core/templates/core/child_quick_switch.html @@ -2,7 +2,7 @@ {{ current_child }} {% if children.count > 0 %} - {% endfor %} diff --git a/core/templates/core/quick_timer_nav.html b/core/templates/core/quick_timer_nav.html index be992b82..8b3879b1 100644 --- a/core/templates/core/quick_timer_nav.html +++ b/core/templates/core/quick_timer_nav.html @@ -20,7 +20,7 @@ {% for child in children %} {% endfor %} diff --git a/core/templates/core/timer_nav.html b/core/templates/core/timer_nav.html index 26e0afa5..41efa7af 100644 --- a/core/templates/core/timer_nav.html +++ b/core/templates/core/timer_nav.html @@ -29,7 +29,7 @@ {% for child in children %} {% endfor %} {% else %}