From: Thierry Parmentelat Date: Thu, 26 Sep 2013 09:02:30 +0000 (+0200) Subject: fix typo - restore auto width on resources in the slice page X-Git-Tag: myslice-0.2-5~90 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ec78acf94b2f10c9f07c8e575200313c294295d6;p=unfold.git fix typo - restore auto width on resources in the slice page --- diff --git a/portal/sliceview.py b/portal/sliceview.py index b265e796..82018149 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -137,7 +137,7 @@ class SliceView (LoginRequiredAutoLogoutView): 'aoColumns' : [None, None, None, None, {'bSortable': False}], 'iDisplayLength': 25, 'bLengthChange' : True, - 'bAutiWidth' : True, + 'bAutoWidth' : True, }, )