mirror of https://github.com/snachodog/mybuddy.git
update pumping_last template with start field
This commit is contained in:
parent
6adef3ebb9
commit
c3648ee7c9
|
@ -9,7 +9,7 @@
|
|||
|
||||
{% block title %}
|
||||
{% if pumping %}
|
||||
{% blocktrans trimmed with since=pumping.time|deltasince|duration_string:'m' time=pumping.time|time %}
|
||||
{% blocktrans trimmed with since=pumping.start|deltasince|duration_string:'m' time=pumping.start|time %}
|
||||
<div>{{ since }} ago</div>
|
||||
<small>{{ time }}</small>
|
||||
{% endblocktrans %}
|
||||
|
|
Loading…
Reference in New Issue