From 956f1dbda7ca55d86dcb398701c0e085f33671e3 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 16 May 2019 12:15:29 -0700 Subject: [PATCH] Fix wrong time field in item info --- inquisitor/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inquisitor/templates/feed.html b/inquisitor/templates/feed.html index 9ce3079..53a69bf 100644 --- a/inquisitor/templates/feed.html +++ b/inquisitor/templates/feed.html @@ -38,7 +38,7 @@ {{item.title}}
{% endif %} {{item.time_readable}} {{item.author}}
- {{item.source}} {{item.id}} {{item.time_readable}} + {{item.source}} {{item.id}} {{item.created}} {% endfor %} {% else %}