mirror of https://github.com/snachodog/mybuddy.git
Time last feeding from start
All our lactation consultants told us to time the feedings from start-to-start.
This commit is contained in:
parent
d5d8a20922
commit
e1d9b813d9
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{% if feeding %}
|
{% if feeding %}
|
||||||
{% blocktrans with time=feeding.end|timesince %}{{ time }} ago{% endblocktrans %}
|
{% blocktrans with time=feeding.start|timesince %}{{ time }} ago{% endblocktrans %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% trans "Never" %}
|
{% trans "Never" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
({{ feeding.amount }})
|
({{ feeding.amount }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue