From 3c75e4bd17ed238ca0a38e858ee3013ddc2210c0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 28 Nov 2014 21:49:53 +0100 Subject: Added a button to delete duplicate articles. --- pyaggr3g470r/templates/duplicates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/duplicates.html') diff --git a/pyaggr3g470r/templates/duplicates.html b/pyaggr3g470r/templates/duplicates.html index 4b8a7c44..a7eff2d0 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[1].title }} {% endfor %} -- cgit