diff options
Diffstat (limited to 'account')
-rw-r--r-- | account/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/account/admin.py b/account/admin.py index 04ebf3b..f491104 100644 --- a/account/admin.py +++ b/account/admin.py @@ -136,6 +136,7 @@ class UserProfileAdmin(admin.ModelAdmin): else: html = _("Null") return format_html(html) + attachments.short_description = _("Attachments") admin.site.register(UserProfile, UserProfileAdmin) |