From 5b7db9398abaacea241d9fcce7885457c562d7fa Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 11 Oct 2015 12:18:07 +0200 Subject: a bit of cleaning, putting code where it belongs --- src/web/templates/duplicates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/templates/duplicates.html') diff --git a/src/web/templates/duplicates.html b/src/web/templates/duplicates.html index 32fbdf9a..d944a1a5 100644 --- a/src/web/templates/duplicates.html +++ b/src/web/templates/duplicates.html @@ -19,8 +19,8 @@ {% for pair in duplicates %} {{ loop.index }} -  {{ pair[0].title }} ({{ pair[0].retrieved_date }}) -  {{ pair[1].title }} ({{ pair[1].retrieved_date }}) +  {{ pair[0].title }} ({{ pair[0].retrieved_date }}) +  {{ pair[1].title }} ({{ pair[1].retrieved_date }}) {% endfor %} -- cgit