Tidy up text on forgot your password screens

Display updated_at instead of created_at for notifications.
This commit is contained in:
Henry Hadlow
2016-05-10 11:36:49 +01:00
committed by Nicholas Staples
parent 9232ab51d5
commit e3fa1ac253
10 changed files with 22 additions and 16 deletions

View File

@@ -94,7 +94,7 @@
{{ text_field(item.status|capitalize) }}
{% call field(align='right') %}
{{ item.created_at|format_datetime_short }}
{{ item.updated_at|format_datetime_short }}
{% endcall %}
{% endcall %}