From 911cde4f9563472ace1a906526aadead2910f924 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Tue, 13 Mar 2018 19:10:21 -0700 Subject: [PATCH] Remove ounces references for feeding amounts. --- core/templates/core/feeding_list.html | 2 +- dashboard/templates/cards/feeding_last.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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