mirror of https://github.com/snachodog/mybuddy.git
Remove ounces references for feeding amounts.
This commit is contained in:
parent
47d1e1af98
commit
911cde4f95
|
@ -32,7 +32,7 @@
|
|||
<td>{{ feeding.type }}</td>
|
||||
<td>
|
||||
{% if feeding.amount %}
|
||||
{{ feeding.amount }} oz.
|
||||
{{ feeding.amount }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ feeding.duration|duration_string }}</td>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% if feeding %}
|
||||
{{ feeding.type }}, {{ feeding.method }}
|
||||
{% if feeding.amount %}
|
||||
, {{ feeding.amount }}oz.
|
||||
({{ feeding.amount }})
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue