Skip to content

Commit

Permalink
no thumbnail for now in /tree
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeaty committed Feb 5, 2015
1 parent d53547b commit 3e2296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpsey/apps/comics/views.py
Expand Up @@ -19,7 +19,7 @@ def recursive_node_to_dict(node):
'id': node.pk,
'size': node.pk*100,
'url': node.get_absolute_url(),
'image': get_thumbnailer(node.panel1)['midsize'].url,
# 'image': get_thumbnailer(node.panel1)['midsize'].url,
'name': node.artist.name,
}
children = [recursive_node_to_dict(c) for c in node.get_children()]
Expand Down

0 comments on commit 3e2296c

Please sign in to comment.