Fix timestamp of latest inbound text on dashboard

Key was misnamed.
This commit is contained in:
Chris Hill-Scott
2017-06-06 12:44:59 +01:00
parent 9d0d74cce4
commit 67137f5570
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@
)
}}
<div class="big-number-meta">
{% if inbound_sms_summary.latest_message %}
latest message {{ inbound_sms_summary.latest_message | format_delta }}
{% if inbound_sms_summary.most_recent %}
latest message {{ inbound_sms_summary.most_recent | format_delta }}
{% endif %}
</div>
</div>