diff --git a/babybuddy/templates/babybuddy/nav-dropdown.html b/babybuddy/templates/babybuddy/nav-dropdown.html index 6ea774b2..da0cbc04 100644 --- a/babybuddy/templates/babybuddy/nav-dropdown.html +++ b/babybuddy/templates/babybuddy/nav-dropdown.html @@ -12,7 +12,7 @@
@@ -20,7 +20,7 @@ {% csrf_token %}{% if perms.core.add_child %} - {% trans "Add a Child" %} + {% trans "Add a Child" %} {% endif %}
diff --git a/babybuddy/templates/registration/login.html b/babybuddy/templates/registration/login.html index 2a6a23c0..6cd707ba 100644 --- a/babybuddy/templates/registration/login.html +++ b/babybuddy/templates/registration/login.html @@ -13,7 +13,7 @@+ | {% trans "First Name" %} | {% trans "Last Name" %} | {% trans "Birth Date" %} | @@ -49,13 +49,13 @@ {% if perms.core.change_child %} - + {% endif %} {% if perms.core.delete_child %} - + {% endif %} diff --git a/core/templates/core/diaperchange_list.html b/core/templates/core/diaperchange_list.html index 2e6020e1..0a211606 100644 --- a/core/templates/core/diaperchange_list.html +++ b/core/templates/core/diaperchange_list.html @@ -12,7 +12,7 @@ {% trans "Diaper Changes" %} {% if perms.core.add_diaperchange %} - {% trans "Add Diaper Change" %} + {% trans "Add Diaper Change" %} {% endif %} @@ -40,13 +40,13 @@ {% if perms.core.change_diaperchange %} - + {% endif %} {% if perms.core.delete_diaperchange %} - + {% endif %} @@ -65,7 +65,7 @@||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ change.notes }} | +{{ change.notes }} | ||||||||||||
{{ feeding.notes }} | +{{ feeding.notes }} | ||||||||||||
{{ sleep.notes }} | +{{ sleep.notes }} | ||||||||||||
{{ temperature.notes }} | +{{ temperature.notes }} | ||||||||||||
{{ weight.notes }} | +{{ weight.notes }} |