From 20677d77dec1d06703b12b4e6f0a4aa551a687ee Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Mar 2015 10:59:59 +0200 Subject: Displays the 'retrieved_date' instead of the 'id' in the /duplicates page. --- pyaggr3g470r/templates/duplicates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyaggr3g470r/templates/duplicates.html b/pyaggr3g470r/templates/duplicates.html index 86990473..4d7ac650 100644 --- a/pyaggr3g470r/templates/duplicates.html +++ b/pyaggr3g470r/templates/duplicates.html @@ -20,8 +20,8 @@ {% for pair in duplicates %} {{ loop.index }} -  {{ pair[0].title }} ({{ pair[0].entry_id }}) -  {{ pair[1].title }} ({{ pair[1].entry_id }}) +  {{ pair[0].title }} ({{ pair[0].retrieved_date }}) +  {{ pair[1].title }} ({{ pair[1].retrieved_date }}) {% endfor %} -- cgit