We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Django==1.8.19 django-suit==0.2.12 django-suit-redactor==0.0.4
When the rendering is done, this function is done:
def render(self, name, value, attrs=None): output = super(RedactorWidget, self).render(name, value, attrs) output += mark_safe( '<script type="text/javascript">$("#id_%s").redactor(%s);</script>' % (name, json.dumps(self.editor_options))) return output
When adding a new admin inline row, the name contains __prefix__ and the rendering does not work correctly because of that.
__prefix__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Django==1.8.19
django-suit==0.2.12
django-suit-redactor==0.0.4
When the rendering is done, this function is done:
When adding a new admin inline row, the name contains
__prefix__
and the rendering does not work correctly because of that.The text was updated successfully, but these errors were encountered: