From bf9073fdce79af5bb41cb50b6c5db037ec0fe2e6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 21 Jan 2012 04:04:13 -0400 Subject: [PATCH] Add creator content type icon --- apps/acls/literals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/acls/literals.py b/apps/acls/literals.py index 5d86e0a013..0b867021a9 100644 --- a/apps/acls/literals.py +++ b/apps/acls/literals.py @@ -9,4 +9,5 @@ CONTENT_TYPE_ICON_MAP = { 'taggit.tag': 'tag_blue', 'linking.smartlink': 'page_link', 'common.anonymoususersingleton': 'user', + 'acls.creatorsingleton': 'user', }