remove debug
This commit is contained in:
parent
787e0e22e8
commit
9bbe577d2f
|
@ -45,7 +45,6 @@ class MaxLengthAdminMarkdownxWidget(AdminMarkdownxWidget):
|
||||||
if not attrs:
|
if not attrs:
|
||||||
attrs = {}
|
attrs = {}
|
||||||
attrs['maxlength'] = 250
|
attrs['maxlength'] = 250
|
||||||
print(dir(self))
|
|
||||||
return super(MaxLengthAdminMarkdownxWidget, self).get_context(name, value, attrs)
|
return super(MaxLengthAdminMarkdownxWidget, self).get_context(name, value, attrs)
|
||||||
|
|
||||||
class Media:
|
class Media:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user