Add content type icon mapping for anonymous user

This commit is contained in:
Roberto Rosario
2012-01-09 04:49:10 -04:00
parent a7f1e081c1
commit af962f5998

View File

@@ -8,4 +8,5 @@ CONTENT_TYPE_ICON_MAP = {
'folders.folder': 'folder',
'taggit.tag': 'tag_blue',
'linking.smartlink': 'page_link',
'common.anonymoususersingleton': 'user',
}