Time last feeding from start

All our lactation consultants told us to time the feedings from start-to-start.
This commit is contained in:
Philip Rosenberg-Watt 2019-08-22 17:54:48 -06:00 committed by Christopher Charbonneau Wells
parent d5d8a20922
commit e1d9b813d9
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}