Merge pull request #445 from alphagov/different-human-timestamp-module

Use a different module for doing nice timestamps
This commit is contained in:
Chris Hill-Scott
2016-04-14 13:00:20 +01:00
3 changed files with 7 additions and 9 deletions

View File

@@ -93,10 +93,10 @@
</p>
{% endcall %}
{{ text_field(item.status|title) }}
{{ text_field(item.status|capitalize) }}
{% call field(align='right') %}
{{ item.created_at|format_delta }}
{{ item.created_at|format_delta|capitalize }}
{% endcall %}
{% endcall %}