diff --git a/weasyl/templates/common/thumbnail_grid_item.html b/weasyl/templates/common/thumbnail_grid_item.html
index f7b088f68..7c76a08c9 100644
--- a/weasyl/templates/common/thumbnail_grid_item.html
+++ b/weasyl/templates/common/thumbnail_grid_item.html
@@ -98,15 +98,20 @@
- ${'collected by' if query['contype'] == 40 else 'character of' if query['contype'] == 20 else 'by'}
- ${query['username']}
+ $if query['contype'] != 50:
+ ${'collected by' if query['contype'] == 40 else 'character of' if query['contype'] == 20 else 'by'}
+ ${query['username']}
+ $else:
+
+