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 %}
-
+
{% trans 'Switch child' %}