From c804af484e6aa57c98476a1001f4249adc7a0c05 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 16 Oct 2024 20:02:08 +0200 Subject: [PATCH] Add: tooltip to date fields --- archivist/apps/templates/importer/source_urls.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/archivist/apps/templates/importer/source_urls.html b/archivist/apps/templates/importer/source_urls.html index 733507c..7051cd0 100644 --- a/archivist/apps/templates/importer/source_urls.html +++ b/archivist/apps/templates/importer/source_urls.html @@ -31,7 +31,7 @@ URL: Category: Added On: - Last Imported/Scaned: + Imported: {% if user.is_superuser or user.is_staff %} Added By: {% endif %} @@ -44,8 +44,8 @@ {{ url.url }} {{ url.category }} - {{ url.date_added|date:'Y-m-d H:i' }} - {{ url.last_imported|date:'Y-m-d H:i' }} + {{ url.date_added|date:'Y-m-d' }} + {{ url.last_imported|date:'Y-m-d' }} {% if user.is_superuser or user.is_staff %} {{ url.added_by_user|capfirst }} {% endif %}