Skip to content
New issue

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

Adding new inline rendering failed #13

Open
Souleymane-T opened this issue Mar 5, 2019 · 0 comments
Open

Adding new inline rendering failed #13

Souleymane-T opened this issue Mar 5, 2019 · 0 comments

Comments

@Souleymane-T
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant