diff --git a/markdownx/widgets.py b/markdownx/widgets.py index b5691a7..82dc126 100755 --- a/markdownx/widgets.py +++ b/markdownx/widgets.py @@ -71,6 +71,9 @@ class MarkdownxWidget(forms.Textarea): return template.render({ 'markdownx_editor': widget, + 'name': name, + 'value': value, + 'attrs': attrs, }) @staticmethod