From 9535a659324c03d613fdb2c0e73754a57eea8a3c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 May 2017 14:55:35 +0200 Subject: More human readable date format. --- src/web/templates/bookmarks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 6e79bed2..3c4cc0db 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -25,7 +25,7 @@

{{ bookmark.description }}
{{ " ".join(bookmark.tags_proxy) }}
- {{ bookmark.time }} + {{ bookmark.time | datetime }} {% if current_user.is_authenticated %} edit delete -- cgit