diff --git a/templates/notifications/index.html.tera b/templates/notifications/index.html.tera index b608da1b..2b14ec48 100644 --- a/templates/notifications/index.html.tera +++ b/templates/notifications/index.html.tera @@ -18,7 +18,7 @@

{{ notification.object.post.post.title }}

-

{{ notification.creation_date | date(format="%B %e, %H:%m") }}

+

{{ notification.creation_date | date(format="%B %e, %H:%M") }}

{% elif notification.kind == "FOLLOW" %} @@ -27,7 +27,7 @@ {{ "{{ user }} is now following you." | _(user=notification.object.follower.name | escape) }} -

{{ notification.creation_date | date(format="%B %e, %H:%m") }}

+

{{ notification.creation_date | date(format="%B %e, %H:%M") }}

{% elif notification.kind == "LIKE" %} @@ -37,7 +37,7 @@

{{ notification.object.post.post.title }}

-

{{ notification.creation_date | date(format="%B %e, %H:%m") }}

+

{{ notification.creation_date | date(format="%B %e, %H:%M") }}

{% elif notification.kind == "MENTION" %} @@ -46,7 +46,7 @@ {{ "{{ user }} mentioned you." | _(user=notification.object.user.name | escape) }} -

{{ notification.creation_date | date(format="%B %e, %H:%m") }}

+

{{ notification.creation_date | date(format="%B %e, %H:%M") }}

{% elif notification.kind == "RESHARE" %} @@ -56,7 +56,7 @@

{{ notification.object.post.post.title }}

-

{{ notification.creation_date | date(format="%B %e, %H:%m") }}

+

{{ notification.creation_date | date(format="%B %e, %H:%M") }}

{% endif %}