From 7d94362fdde9a93b234be7a8be33a6ff819fe293 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 27 Mar 2015 06:58:24 +0100 Subject: Display the article id in the 'duplicates' page. --- pyaggr3g470r/templates/duplicates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/duplicates.html b/pyaggr3g470r/templates/duplicates.html index a7eff2d0..2c08306a 100644 --- a/pyaggr3g470r/templates/duplicates.html +++ b/pyaggr3g470r/templates/duplicates.html @@ -16,8 +16,8 @@ {% for pair in duplicates %} {{ loop.index }} -  {{ pair[0].title }} -  {{ pair[1].title }} +  {{ pair[0].title }} ({{ pair[0].entry_id }}) +  {{ pair[1].title }} ({{ pair[1].entry_id }}) {% endfor %} -- cgit