diff --git a/core/templates/core/feeding_list.html b/core/templates/core/feeding_list.html index 4293d787..205df467 100644 --- a/core/templates/core/feeding_list.html +++ b/core/templates/core/feeding_list.html @@ -32,7 +32,7 @@ {{ feeding.type }} {% if feeding.amount %} - {{ feeding.amount }} oz. + {{ feeding.amount }} {% endif %} {{ feeding.duration|duration_string }} diff --git a/dashboard/templates/cards/feeding_last.html b/dashboard/templates/cards/feeding_last.html index 85dadb10..f32e8178 100644 --- a/dashboard/templates/cards/feeding_last.html +++ b/dashboard/templates/cards/feeding_last.html @@ -14,7 +14,7 @@ {% if feeding %} {{ feeding.type }}, {{ feeding.method }} {% if feeding.amount %} - , {{ feeding.amount }}oz. + ({{ feeding.amount }}) {% endif %} {% endif %} {% endblock %} \ No newline at end of file