From 2f43a45bdf529cb3aa3fb03d9f4cb20cdb991101 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 22:12:13 +0100 Subject: Fixe icon in the duplicates template. --- newspipe/web/templates/duplicates.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/newspipe/web/templates/duplicates.html b/newspipe/web/templates/duplicates.html index d944a1a5..38dc52b1 100644 --- a/newspipe/web/templates/duplicates.html +++ b/newspipe/web/templates/duplicates.html @@ -8,10 +8,10 @@ # - {{ _('Delete all in this column') }} + {{ _('Delete all in this column') }} - {{ _('Delete all in this column') }} + {{ _('Delete all in this column') }} @@ -19,11 +19,11 @@ {% 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