From 112c531628ffc470a94cacb3683bb17b9f17d779 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 09:14:30 +0100 Subject: Fixed some icons. --- newspipe/web/templates/admin/dashboard.html | 8 ++++---- newspipe/web/templates/categories.html | 4 ++-- newspipe/web/templates/home.html | 14 +++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/newspipe/web/templates/admin/dashboard.html b/newspipe/web/templates/admin/dashboard.html index 390e8853..8bcc2db0 100644 --- a/newspipe/web/templates/admin/dashboard.html +++ b/newspipe/web/templates/admin/dashboard.html @@ -30,16 +30,16 @@ {{ user.date_created | datetime }} {{ user.last_seen | datetime }} - + {% if user.id != current_user.id %} {% if user.is_active %} - + {% else %} - + {% endif %} - + {% endif %} diff --git a/newspipe/web/templates/categories.html b/newspipe/web/templates/categories.html index 4985e0ca..ea5388a3 100644 --- a/newspipe/web/templates/categories.html +++ b/newspipe/web/templates/categories.html @@ -24,8 +24,8 @@ {{ feeds_count.get(category.id, 0) }} ( {{ unread_article_count.get(category.id, 0) }} ) {{ article_count.get(category.id, 0) }} - - + + {% endfor %} diff --git a/newspipe/web/templates/home.html b/newspipe/web/templates/home.html index ea946080..26168d3d 100644 --- a/newspipe/web/templates/home.html +++ b/newspipe/web/templates/home.html @@ -36,7 +36,7 @@ {% if feed_id == fid %}{% endif %}