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 %}