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 %}
|
||||
{% if feeding %}
|
||||
{% blocktrans with time=feeding.end|timesince %}{{ time }} ago{% endblocktrans %}
|
||||
{% blocktrans with time=feeding.start|timesince %}{{ time }} ago{% endblocktrans %}
|
||||
{% else %}
|
||||
{% trans "Never" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue