Skip to content

Commit 15215a8

Browse files
committed
Fix grappelli CSS appearance
1 parent cdee5a0 commit 15215a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymorphic_tree/templatetags/stylable_admin_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class StylableResultList(BaseInclusionNode):
4848
def get_context_data(self, parent_context, *tag_args, **tag_kwargs):
4949
cl = tag_args[0]
5050

51-
if 'grapelli' in settings.INSTALLED_APPS:
51+
if 'grappelli' in settings.INSTALLED_APPS:
5252
theme_css = 'polymorphic_tree/adminlist/nodetree_grappelli.css'
5353
elif 'flat' in settings.INSTALLED_APPS or django.VERSION >= (1, 9):
5454
theme_css = 'polymorphic_tree/adminlist/nodetree_flat.css'

0 commit comments

Comments
 (0)