django_grapesjs icon indicating copy to clipboard operation
django_grapesjs copied to clipboard

Fix AttributeError: 'max_length' unsing template_choices

Open agenteAND opened this issue 3 years ago • 0 comments

when use template_choices raise AttributeError: 'GrapesJsHtmlField' object has no attribute 'max_length', beacuse super().__init__(*args, **kwargs) is call after line: if self.check_template_choices(template_choices):

agenteAND avatar Jun 10 '21 19:06 agenteAND