From b5f6c06b8baa552011ee5056125c98f91c3d6b7e Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 11 Mar 2017 16:37:18 +0000 Subject: [PATCH] fix: a little cleanup --- src/documents/admin.py | 1 + .../templates/admin/documents/document/change_list_results.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/documents/admin.py b/src/documents/admin.py index aada98fc9..7cba10c74 100644 --- a/src/documents/admin.py +++ b/src/documents/admin.py @@ -67,6 +67,7 @@ class DocumentAdmin(CommonAdmin): def created_(self, obj): return obj.created.date().strftime("%Y-%m-%d") + created_.short_description = "Created" def thumbnail(self, obj): png_img = self._html_tag( diff --git a/src/documents/templates/admin/documents/document/change_list_results.html b/src/documents/templates/admin/documents/document/change_list_results.html index 0730f92b3..1e418ebfa 100644 --- a/src/documents/templates/admin/documents/document/change_list_results.html +++ b/src/documents/templates/admin/documents/document/change_list_results.html @@ -158,7 +158,7 @@